commit | e0ebfd75077c5010f31fcecefb87f9fe06889131 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 16:07:06 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 05 16:07:06 2012 +0200 |
tree | 5cc9da7eb2b75cdf1ccff55f28ff01830cb33061 | |
parent | 3dbde6226dbe05289215c1145e35961539ecd5a0 [diff] [blame] |
updated for version 7.3.489 Problem: CTRL-] in Insert mode does not expand abbreviation when used in a mapping. (Yichao Zhou) Solution: Special case using CTRL-]. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 8bcdd30..d012d99 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 489, +/**/ 488, /**/ 487,