summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-15 22:54:49 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-15 22:54:49 +0200
commit22177f0c0826e3b2411a5e9d050b50200877ecd3 (patch)
treec1dff02078ef7af94508e29bb70cb16b3e9a9be9 /src/version.c
parent386600f0cbcb8add099c723cf84634f46df2f788 (diff)
downloadvim-22177f0c0826e3b2411a5e9d050b50200877ecd3.zip
patch 7.4.2216
Problem: Test fails without the +sign feature. Solution: Only check for signcolumn with the +sign feature.
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 50a0c7f2d..60d63d0a5 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 */
/**/
+ 2216,
+/**/
2215,
/**/
2214,