summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-24 22:27:05 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-24 22:27:05 +0100
commit84f4996d2ab2982006d79ee69df4688c966bf8e8 (patch)
tree643111a44558197a1903ccd896e47dcbc6b19184 /src
parent81275ca9ce3059148fdb65dff29f7ecdbca446fb (diff)
downloadvim-git-84f4996d2ab2982006d79ee69df4688c966bf8e8.tar.gz
patch 7.4.1415v7.4.1415
Problem: Dropped the skip-tags setting. Solution: Put it back.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e8d5595b2..12ce7cbf5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1415,
+/**/
1414,
/**/
1413,