patch 8.2.3795: too many #ifdefs
Problem: Too many #ifdefs.
Solution: Graduate the jumplist feature.
diff --git a/src/feature.h b/src/feature.h
index 36761ca..52a2e44 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