commit | a0149c7401e650efa247bf37d7a407493d72ca21 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 18 16:24:11 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 18 16:24:11 2012 +0200 |
tree | 1e67cf17a8ad049b5c2aa6f44616f9f2d6e5c1ce | |
parent | 1aeaf8c0e0421f34e51ef674f0c9a182debe77ae [diff] [blame] |
updated for version 7.3.518 Problem: When 'encoding' is a double-byte encoding ":helptags" may not find tags correctly. Solution: Use vim_strbyte() instead of vim_strchr(). (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 0f40176..b05c843 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 518, +/**/ 517, /**/ 516,