From 739f13a55b4982efb37ebc9282e7f79975fff982 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 13 Dec 2021 13:12:53 +0000 Subject: patch 8.2.3795: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate the jumplist feature. --- src/feature.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/feature.h') 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 -- cgit v1.2.3