commit | d82db6046ceab1294c54f93fbe0ea619d87d80be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 07 15:24:41 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 07 15:24:41 2013 +0200 |
tree | 3c047392171c2a004891a2187afbe93abd75df38 | |
parent | 026a445c4034ce3f489d582c45e2cf49bd77322e [diff] [blame] |
updated for version 7.4b.017 Problem: ":he \^x" gives a strange error message. (glts) Solution: Do not translate \^x to \_CTRL-x.
diff --git a/src/version.c b/src/version.c index c856835..67230f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 17, +/**/ 16, /**/ 15,