commit | 8c96af9c05bfcac2d5ae081e098d4863db561511 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 19:05:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 19:05:57 2019 +0200 |
tree | aa01cdaf87cf8050334c8cb20014774623614e73 | |
parent | a893194d91a2942d4d54085d746ed137a9251b69 [diff] [blame] |
patch 8.1.2096: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_COMMENTS.
diff --git a/src/version.c b/src/version.c index 32ddda8..8890193 100644 --- a/src/version.c +++ b/src/version.c
@@ -165,11 +165,7 @@ #else "-cmdline_info", #endif -#ifdef FEAT_COMMENTS "+comments", -#else - "-comments", -#endif #ifdef FEAT_CONCEAL "+conceal", #else @@ -758,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2096, +/**/ 2095, /**/ 2094,