summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-26 22:56:19 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-26 22:56:19 +0200
commit26c2f3fc4e77a9cda5f9731d7188f04d240fa0bb (patch)
tree7d29309526ac1e2001a50c521e66f352e9c448c6 /src/version.c
parent963fee2d694cd2033ef67045e54ce549bf198c28 (diff)
downloadvim-git-7.3.1029.tar.gz
updated for version 7.3.1029v7.3.1029
Problem: New regexp performance: Unused position state being copied. Solution: Keep track of which positions are actually valid.
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 2c0b4f4f5..3eb2d0560 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 */
/**/
+ 1029,
+/**/
1028,
/**/
1027,