]> granicus.if.org Git - vim/commit
patch 8.1.1609: the user cannot easily close a popup window v8.1.1609
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Jun 2019 16:07:00 +0000 (18:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Jun 2019 16:07:00 +0000 (18:07 +0200)
commit2e62b568e91c36adb16dbcc609665170f09f3845
treefef2344429e26ba99e52315b28fc979477e23d7b
parentb60d8514b8813e2f3acefd454efcccbe04ac135a
patch 8.1.1609: the user cannot easily close a popup window

Problem:    The user cannot easily close a popup window.
Solution:   Add the "close" property. (mostly by Masato Nishihata,
            closes #4601)
runtime/doc/popup.txt
src/popupwin.c
src/proto/popupwin.pro
src/structs.h
src/testdir/dumps/Test_popupwin_close_01.dump [new file with mode: 0644]
src/testdir/dumps/Test_popupwin_close_02.dump [new file with mode: 0644]
src/testdir/dumps/Test_popupwin_close_03.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/ui.c
src/version.c