summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-05 16:51:57 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-05 16:51:57 +0200
commit67604aed755c71f51114c0125eb49ba7bcfcf8c7 (patch)
tree05e5bdaa2c2bb8f16403733445d6c752fd5490d6 /src/version.c
parent5b84ddcceae72c14c3f608006d305f9a8e00fefc (diff)
downloadvim-git-7.3.1121.tar.gz
updated for version 7.3.1121v7.3.1121
Problem: New regexp engine: adding states that are not used. Solution: Don't add the states.
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 f6585e1f2..e74e271da 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 */
/**/
+ 1121,
+/**/
1120,
/**/
1119,