]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1626: no test for closing a popup window with a modified buffer v8.1.1626
authorBram Moolenaar <Bram@vim.org>
Thu, 4 Jul 2019 13:39:28 +0000 (15:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 4 Jul 2019 13:39:28 +0000 (15:39 +0200)
commit5ca1ac373ae62b37152cb6f85916b402eda520a5
tree002e91e14351d0a5f19bd6d7645a831377be5867
parentbc2cfe4672d370330b8698d4d025697a9a6ec569
patch 8.1.1626: no test for closing a popup window with a modified buffer

Problem:    No test for closing a popup window with a modified buffer.
Solution:   Add a test.  Add "popups" to getbufinfo().
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_popupwin.vim
src/version.c