summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
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