]> granicus.if.org Git - vim/commit
patch 8.1.1420: popup window size only uses first line length v8.1.1420
authorBram Moolenaar <Bram@vim.org>
Wed, 29 May 2019 21:14:28 +0000 (23:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 May 2019 21:14:28 +0000 (23:14 +0200)
commit88c4e1f06905983870175a473683e81312d14c64
tree16ffc8ec0c1cf1644aa57714c9b4f55a3f9655cd
parent68a4b04a8d2471adf9de595745437c7cf20b98d8
patch 8.1.1420: popup window size only uses first line length

Problem:    Popup window size only uses first line length.
Solution:   Use the longest line. (Ben Jackson, closes #4451)  Also deal with
            wrapping lines.
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c