]> granicus.if.org Git - vim/commit
patch 8.2.0743: can move to another buffer from a terminal in popup window v8.2.0743
authorBram Moolenaar <Bram@vim.org>
Tue, 12 May 2020 20:02:21 +0000 (22:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 May 2020 20:02:21 +0000 (22:02 +0200)
commit5aed0ccb965dbad4b60f4c77c9c4455a9379e73c
tree8347858e800403f8fa07f1fd7b7993b5f18dac4b
parent48a687148c4649f6f55b36a1f4111041e7207235
patch 8.2.0743: can move to another buffer from a terminal in popup window

Problem:    Can move to another buffer from a terminal in popup window.
Solution:   Do not allow "gf" or editing a file. (closes #6072)
src/ex_cmds.c
src/normal.c
src/testdir/test_popupwin.vim
src/version.c