summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-13 13:12:53 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-13 13:12:53 +0000
commit739f13a55b4982efb37ebc9282e7f79975fff982 (patch)
tree7ff6654580ba561b06c1fccaf2dffbf8a2334815 /src/feature.h
parent33b968dc60c5fa39451098e680c7559ebc65d1a7 (diff)
patch 8.2.3795: too many #ifdefsv8.2.3795
Problem: Too many #ifdefs. Solution: Graduate the jumplist feature.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/feature.h b/src/feature.h
index 36761ca499..52a2e44b73 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -110,6 +110,7 @@
* +modify_fname modifiers for file name. E.g., "%:p:h".
* +comments 'comments' option.
* +title 'title' and 'icon' options
+ * +jumplist Jumplist, CTRL-O and CTRL-I commands.
*
* Obsolete:
* +tag_old_static Old style static tags: "file:tag file ..".
@@ -127,13 +128,6 @@
# define MAX_MSG_HIST_LEN 20
#endif
-/*
- * +jumplist Jumplist, CTRL-O and CTRL-I commands.
- */
-#ifdef FEAT_SMALL
-# define FEAT_JUMPLIST
-#endif
-
#if defined(FEAT_SMALL)
# define FEAT_CMDWIN
#endif