summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-26 14:32:05 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-26 14:32:05 +0200
commit3f1682e808d690e2ba01640784fd8832adf533ab (patch)
tree5759f286ab41386565149656441ff4aa5aa525ed /src/version.c
parentfdb6dc11054c26c220ecce5b21d6b2c41ed652ce (diff)
downloadvim-3f1682e808d690e2ba01640784fd8832adf533ab.zip
updated for version 7.3.1021
Problem: New regexp engine does not ignore order of composing chars. Solution: Ignore composing chars order.
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 94d9a1a83..7997e17e0 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 */
/**/
+ 1021,
+/**/
1020,
/**/
1019,