]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0142: possible to enter popup window with CTRL-W p v8.2.0142
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Jan 2020 14:33:54 +0000 (15:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jan 2020 14:33:54 +0000 (15:33 +0100)
commit8bf716cdba0e48f56b8bfcbed0f4c702a705e095
tree312caee27661142e38be9d8856a8fcb9f2f268e4
parent0d76683e094c6cac2e879601aff3acf1163cbe0b
patch 8.2.0142: possible to enter popup window with CTRL-W p

Problem:    Possible to enter popup window with CTRL-W p. (John Devin)
Solution:   Check entered window is not a popup window. (closes #5515)
src/popupwin.c
src/testdir/dumps/Test_popupwin_previewpopup_10.dump [new file with mode: 0644]
src/testdir/dumps/Test_popupwin_previewpopup_9.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c
src/window.c