]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1832: win_execute() does not work in other tab v8.1.1832
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Aug 2019 12:56:22 +0000 (14:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Aug 2019 12:56:22 +0000 (14:56 +0200)
commit820680b9ff1de8699156c7b060f97e5c0b87ad15
tree5e28168a326ed4406a57fa9db958c3232375e104
parent2514315fc2530170ad7681e45e2b6d1f0680c9eb
patch 8.1.1832: win_execute() does not work in other tab

Problem:    Win_execute() does not work in other tab. (Rick Howe)
Solution:   Take care of the tab. (closes #4792)
src/evalfunc.c
src/proto/window.pro
src/testdir/test_execute_func.vim
src/version.c
src/window.c