]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1819: :pedit does not work with a popup preview window v8.1.1819
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Aug 2019 19:52:04 +0000 (21:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Aug 2019 19:52:04 +0000 (21:52 +0200)
commit1b6d9c4215a56f3dda4df6e05d655c853551ffbd
tree57904cb4d8c5ac3513f1f7c946f8dafe949c8498
parentb4a88a0441a65a0c9411c294825a08ca703f541e
patch 8.1.1819: :pedit does not work with a popup preview window

Problem:    :pedit does not work with a popup preview window.
Solution:   Avoid aborting with an error. (fixes #4777)  Also double check
            that after prepare_tagpreview() the current window is not a
            popup window.
src/ex_docmd.c
src/search.c
src/tag.c
src/testdir/dumps/Test_popupwin_previewpopup_6.dump [new file with mode: 0644]
src/testdir/dumps/Test_popupwin_previewpopup_7.dump [new file with mode: 0644]
src/testdir/dumps/Test_popupwin_previewpopup_8.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c