summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-01 22:19:47 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-01 22:19:47 +0200
commit19a1669ffc796e30a83c5600f82f12ebf63a2261 (patch)
treeb4631551e0b14b4a3ebe5a549aa44f33a92c1b95 /src/version.c
parent417ccd7138d4d230d328de8b0d3892dd82ff1bee (diff)
downloadvim-git-19a1669ffc796e30a83c5600f82f12ebf63a2261.tar.gz
patch 7.4.2305v7.4.2305
Problem: Marks, writefile and nested function tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan)
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 b0ee536bd..fa045f604 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2305,
+/**/
2304,
/**/
2303,