summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-07-10 19:25:10 +0200
committerBram Moolenaar <Bram@vim.org>2012-07-10 19:25:10 +0200
commitdfef15481db114779fde81dc577319d88557c13a (patch)
tree4e34ac33b32a9a34ef7c32ac0f1cfddffe7830df /src/version.c
parent89af4394091ed4544570676a7de5434cccfd65db (diff)
downloadvim-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.c2
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,