commit | 153b704e20f9c269450a7d3ea8cafcf942579ab7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 15:48:32 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 15:48:32 2018 +0100 |
tree | ab9438b2370889b2f49320fae762525be1ad3562 | |
parent | ec0557f08b2660118eaedb94471e5ab0f87cf2a3 [diff] [blame] |
patch 8.0.1445: cannot act on edits in the command line Problem: Cannot act on edits in the command line. Solution: Add the CmdlineChanged autocommand event. (xtal8, closes #2603, closes #2524)
diff --git a/src/version.c b/src/version.c index bab7736..dad2715 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1445, +/**/ 1444, /**/ 1443,