commit | 22177f0c0826e3b2411a5e9d050b50200877ecd3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 15 22:54:49 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 15 22:54:49 2016 +0200 |
tree | c1dff02078ef7af94508e29bb70cb16b3e9a9be9 | |
parent | 386600f0cbcb8add099c723cf84634f46df2f788 [diff] [blame] |
patch 7.4.2216 Problem: Test fails without the +sign feature. Solution: Only check for signcolumn with the +sign feature.
diff --git a/src/version.c b/src/version.c index 50a0c7f..60d63d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2216, +/**/ 2215, /**/ 2214,