commit | 7d550fbde5e1a9f40258b842a63be6007c3bd515 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 20:41:26 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 20:41:26 2012 +0100 |
tree | 5f037374df08e7943d540c28317976f10ea560b4 | |
parent | 6110a006d5b46b850247ed2c85bb7d7614cba025 [diff] [blame] |
updated for version 7.3.419 Problem: DBCS encoding in a user command does not always work. Solution: Skip over DBCS characters. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 8dadac4..8f5052b 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 419, +/**/ 418, /**/ 417,