From 2bd9dbc19fc67395cfa1226dda7326071ab22464 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 25 Aug 2022 18:12:06 +0100 Subject: patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version Problem: Some values of 'path' and 'tags' do not work in the tiny version. Solution: Graduate the +path_extra 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 9c094e5aad..bffd80a919 100644 --- a/src/feature.h +++ b/src/feature.h @@ -117,6 +117,7 @@ * +smartindent smart C code indenting when the 'si' option is set. * +textobjects Text objects: "vaw", "das", etc. * +file_in_path "gf" and "" commands. + * +path_extra up/downwards searching in 'path' and 'tags'. * * Obsolete: * +tag_old_static Old style static tags: "file:tag file ..". @@ -210,13 +211,6 @@ # define FEAT_FIND_ID #endif -/* - * +path_extra up/downwards searching in 'path' and 'tags'. - */ -#ifdef FEAT_NORMAL -# define FEAT_PATH_EXTRA -#endif - /* * +rightleft Right-to-left editing/typing support. */ -- cgit v1.2.3