diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-08-30 17:11:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-08-30 17:11:33 +0200 |
commit | 4dee1bb0dbcfd4c8aa22533f99603dd337b73ab0 (patch) | |
tree | 6449a545ee94a04e53504a3a71b73526091a0f3f /src/version.c | |
parent | 4e4f529792c27442b7ad7222cff329907ec389fe (diff) | |
download | vim-4dee1bb0dbcfd4c8aa22533f99603dd337b73ab0.zip |
updated for version 7.4.015
Problem: MS-Windows: Detecting node type does not work for multi-byte
characters.
Solution: Use wide character function when needed. (Ken Takata)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e8b935966..fb1459331 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 15, +/**/ 14, /**/ 13, |