]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0747: cannot forcefully close all popups v8.2.0747
authorBram Moolenaar <Bram@vim.org>
Wed, 13 May 2020 11:40:16 +0000 (13:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 May 2020 11:40:16 +0000 (13:40 +0200)
commit03a9f848175b182372fb33403998059724a8bf31
tree473f2bb5d40cffb5821443a2956a6c700c1fff44
parentd502aa4c10771ec8eb570345ec5e124c4a4b7cd0
patch 8.2.0747: cannot forcefully close all popups

Problem:    Cannot forcefully close all popups.
Solution:   Add the "force" argument to popup_clear().  Use it after running a
            test.  Put back the check for a popup when editing a file.
12 files changed:
runtime/doc/popup.txt
src/channel.c
src/evalfunc.c
src/ex_cmds.c
src/misc2.c
src/popupwin.c
src/proto/popupwin.pro
src/tag.c
src/testdir/runtest.vim
src/testdir/test_terminal.vim
src/version.c
src/window.c