commit | 739f13a55b4982efb37ebc9282e7f79975fff982 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 13:12:53 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 13 13:12:53 2021 +0000 |
tree | 7ff6654580ba561b06c1fccaf2dffbf8a2334815 | |
parent | 33b968dc60c5fa39451098e680c7559ebc65d1a7 [diff] [blame] |
patch 8.2.3795: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate the jumplist feature.
diff --git a/src/version.c b/src/version.c index c21badc..c52110e 100644 --- a/src/version.c +++ b/src/version.c
@@ -312,11 +312,7 @@ #else "-job", #endif -#ifdef FEAT_JUMPLIST "+jumplist", -#else - "-jumplist", -#endif #ifdef FEAT_KEYMAP "+keymap", #else @@ -754,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3795, +/**/ 3794, /**/ 3793,