summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-01 14:42:56 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-01 14:42:56 +0200
commit3737fc1c30a559c82c57b5ce6aedae76cbeabaef (patch)
tree12e19809de1b04e1255b82b7b8d635da4e09fbab /src/version.c
parent75d7a069206e8f3805d30f4df4655cb18d022fa4 (diff)
downloadvim-git-7.3.1087.tar.gz
updated for version 7.3.1087v7.3.1087
Problem: A leading star is not seen as a normal char when \{} follows. Solution: Save and restore the parse state properly.
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 ec0105e44..641fb6793 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 */
/**/
+ 1087,
+/**/
1086,
/**/
1085,