]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2017: cannot execute commands after closing the cmdline window v8.1.2017
authorBram Moolenaar <Bram@vim.org>
Mon, 9 Sep 2019 16:35:33 +0000 (18:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Sep 2019 16:35:33 +0000 (18:35 +0200)
commit96e38a86a710fb6daec4550ac1667f019dc3a40e
treec49b193fdb61c2643ffade36920b9308093be1cc
parentadbde3fbedd4a5379ddf0cfc9a6854b52955fd4a
patch 8.1.2017: cannot execute commands after closing the cmdline window

Problem:    Cannot execute commands after closing the cmdline window.
Solution:   Also trigger BufEnter and WinEnter. (closes #4762)
runtime/doc/autocmd.txt
runtime/doc/cmdline.txt
src/ex_getln.c
src/testdir/test_cmdline.vim
src/version.c