]> granicus.if.org Git - vim/commit
patch 8.2.1237: changing 'completepopup' after opening popup has no effect v8.2.1237
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Jul 2020 14:07:16 +0000 (16:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Jul 2020 14:07:16 +0000 (16:07 +0200)
commit447bfba24b231777a79bf53cdb33f44d9691e47e
treec7b93c13916357e83760dfa20eb9027225e1c805
parente859312e748297bde67a053fd3c486fc2c14b532
patch 8.2.1237: changing 'completepopup' after opening popup has no effect

Problem:    Changing 'completepopup' after opening a popup has no effect. (Jay
            Sitter)
Solution:   Close the popup when the options are changed. (closes #6471)
runtime/doc/options.txt
src/optionstr.c
src/popupwin.c
src/proto/popupwin.pro
src/testdir/dumps/Test_popupwin_infopopup_8.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c