summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-26 16:57:28 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-26 16:57:28 +0200
commit57a285b105478be7bff338d8ae7847b40f58434a (patch)
tree3d7a3e00a28acade65e115c80a9cf41cbfcb66f7 /src/version.c
parent3451d662447cf0e78ebd55320d26791f228123f2 (diff)
downloadvim-git-57a285b105478be7bff338d8ae7847b40f58434a.tar.gz
updated for version 7.3.1024v7.3.1024
Problem: New regexp: End of matching pattern not set correctly. (Cesar Romani) Solution: Quit the loop after finding the match. Store nfa_has_zend in the program.
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 303a4d261..f1201496f 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 */
/**/
+ 1024,
+/**/
1023,
/**/
1022,