commit | 792826c0c715e037d7cca4d1a671c3b325e801a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 19 22:29:02 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 19 22:29:02 2011 +0200 |
tree | 77256b5d1b1e9181a2b0df73e4a4057b528b4234 | |
parent | b8bf541f8944a9a0ea0a4b75f8d18a565f5d91d1 [diff] [blame] |
updated for version 7.3.285 Problem: Mapping <Char-123> no longer works. Solution: Properly check for "char-". Add a test for it.
diff --git a/src/version.c b/src/version.c index 650e99f..da8d97e 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 285, +/**/ 284, /**/ 283,