summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-25 12:28:11 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-25 12:28:11 +0200
commit152e7890c17df2e34ae993863be8c6445183222b (patch)
tree63c973e2504ea647cbc213791940a986ad4fbe67 /src/version.c
parentd6c11cb3e0df7a5f6d45572881dc7b28dd9b2b0d (diff)
downloadvim-git-152e7890c17df2e34ae993863be8c6445183222b.tar.gz
updated for version 7.3.1014v7.3.1014
Problem: New regexp state dump is hard to read. Solution: Make the state dump more pretty. (Taro Muraoka)
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 ebf1a383a..5063b8d01 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 */
/**/
+ 1014,
+/**/
1013,
/**/
1012,