]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2108: cannot close the cmdline window from CmdWinEnter v8.1.2108
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Oct 2019 15:39:04 +0000 (17:39 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Oct 2019 15:39:04 +0000 (17:39 +0200)
commit23324a0b35d18c5caac20b1d543ed2d1f762f5b5
treede83b6adcee723a600ee23c0a28bcc28d2babd53
parent8617348e2110c2c8387ea448a6258f1effa8d249
patch 8.1.2108: cannot close the cmdline window from CmdWinEnter

Problem:    Cannot close the cmdline window from CmdWinEnter. (George Brown)
Solution:   Reset cmdwin_result earlier. (Christian Brabandt, closes #4980)
src/ex_getln.c
src/testdir/test_autocmd.vim
src/version.c