commit | fafcf0dd59fd9c4ef743bb333ae40d1d322b6079 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 19 18:35:51 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 19 18:35:51 2017 +0200 |
tree | 15b885e7fe89b2cdcf70c2eb33456db7f1f79b77 | |
parent | ff930cad8a9100eeb04256aab1a14de993c1d7e9 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 5a6c721..b0f8c5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1206, +/**/ 1205, /**/ 1204,