commit | 00b764aa4115271aa553c8443adc6cec6859e69e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 13:50:53 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 05 13:50:53 2013 +0200 |
tree | e9d37e257cfadc43d8c54dfc06b469462b601ae7 | |
parent | f0d9e005375409a9f3a887a1a946afb9a45cdd34 [diff] [blame] |
updated for version 7.4.019 Problem: MS-Windows: File name completion doesn't work properly with Chinese characters. (Yue Wu) Solution: Take care of multi-byte characters when looking for the start of the file name. (Ken Takata)
diff --git a/src/version.c b/src/version.c index abed945..0e6dc1c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 19, +/**/ 18, /**/ 17,