summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-26 15:14:55 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-26 15:14:55 +0200
commit3451d662447cf0e78ebd55320d26791f228123f2 (patch)
tree4f0a6053eaec6f65af373dddbb4c70346143ec80 /src/version.c
parent7cd4d9c17c0f56f2653bc6f4d2d0b66e7afe9c94 (diff)
downloadvim-git-3451d662447cf0e78ebd55320d26791f228123f2.tar.gz
updated for version 7.3.1023v7.3.1023
Problem: Searching for composing char only and using \Z has different results. Solution: Make it match the composing char, matching everything is not useful.
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 30e6436b6..303a4d261 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1023,
+/**/
1022,
/**/
1021,