]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0834: :drop command in terminal popup causes problems v8.2.0834
authorBram Moolenaar <Bram@vim.org>
Wed, 27 May 2020 21:15:16 +0000 (23:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 27 May 2020 21:15:16 +0000 (23:15 +0200)
commit3f65c66df95445ef84f98de007c9b70ce23f54a0
tree856da8969e8dde300c7f93a831ede5dbedaca76f
parentca5bc746073b6fd4b7651bc02f7a18b1b43bd4ca
patch 8.2.0834: :drop command in terminal popup causes problems

Problem:    :drop command in terminal popup causes problems.
Solution:   Check for using a popup window. (closes #6151)
src/ex_cmds.c
src/testdir/test_popupwin.vim
src/version.c