]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1882: cannot specify properties of the info popup window v8.1.1882
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 14:35:23 +0000 (16:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 14:35:23 +0000 (16:35 +0200)
commit62a0cb443c3184f24a6dac73d3505f9056cf6056
tree42ee160304d76f887d29e4e9a193c426d8bacb75
parentf4665e78f2d1b2ca64de5f5331d03de7d61c8c66
patch 8.1.1882: cannot specify properties of the info popup window

Problem:    Cannot specify properties of the info popup window.
Solution:   Add the 'completepopup' option.  Default to PmenuSel highlight.
12 files changed:
runtime/doc/insert.txt
runtime/doc/options.txt
src/option.c
src/option.h
src/popupwin.c
src/proto/popupwin.pro
src/screen.c
src/testdir/dumps/Test_popupwin_infopopup_1.dump
src/testdir/dumps/Test_popupwin_infopopup_2.dump
src/testdir/dumps/Test_popupwin_infopopup_3.dump
src/testdir/test_popupwin.vim
src/version.c