]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1206: no autocmd for entering or leaving the command line v8.0.1206
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Oct 2017 16:35:51 +0000 (18:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Oct 2017 16:35:51 +0000 (18:35 +0200)
commitfafcf0dd59fd9c4ef743bb333ae40d1d322b6079
tree15b885e7fe89b2cdcf70c2eb33456db7f1f79b77
parentff930cad8a9100eeb04256aab1a14de993c1d7e9
patch 8.0.1206: no autocmd for entering or leaving the command line

Problem:    No autocmd for entering or leaving the command line.
Solution:   Add CmdlineEnter and CmdlineLeave.
runtime/doc/autocmd.txt
src/ex_getln.c
src/fileio.c
src/testdir/test_autocmd.vim
src/version.c
src/vim.h