diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-07-10 19:25:10 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-07-10 19:25:10 +0200 |
commit | dfef15481db114779fde81dc577319d88557c13a (patch) | |
tree | 4e34ac33b32a9a34ef7c32ac0f1cfddffe7830df /src/version.c | |
parent | 89af4394091ed4544570676a7de5434cccfd65db (diff) | |
download | vim-git-7.3.600.tar.gz |
updated for version 7.3.600v7.3.600
Problem: <f-args> is not expanded properly with DBCS encoding.
Solution: Skip over character instead of byte. (Yukihiro Nakadaira)
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 9c03d6010..209fa496b 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 600, +/**/ 599, /**/ 598, |