]> granicus.if.org Git - vim/commit
patch 8.1.1449: popup text truncated at end of screen v8.1.1449
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2019 12:49:56 +0000 (14:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2019 12:49:56 +0000 (14:49 +0200)
commit042fb4b449bb5d8494698803e766dfd288b458cf
tree10a597d3f5bc0c0ee013ba46117cc1e93878e97a
parent988c43310a8dcfad9fbacd110b50ba220227d19a
patch 8.1.1449: popup text truncated at end of screen

Problem:    Popup text truncated at end of screen.
Solution:   Move popup left if needed.  Add the "fixed" property to disable
            that. (Ben Jackson , closes #4466)
runtime/doc/popup.txt
src/popupwin.c
src/structs.h
src/testdir/test_popupwin.vim
src/version.c