comparison src/feature.h @ 29863:62350f19d4ed v9.0.0270

patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version Commit: https://github.com/vim/vim/commit/2bd9dbc19fc67395cfa1226dda7326071ab22464 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 25 18:12:06 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Aug 2022 19:15:03 +0200
parents 31c598083364
children 77141226eb2e
comparison
equal deleted inserted replaced
29862:ae8c7b51bb54 29863:62350f19d4ed
115 * +lispindent lisp indenting (From Eric Fischer). 115 * +lispindent lisp indenting (From Eric Fischer).
116 * +cindent C code indenting (From Eric Fischer). 116 * +cindent C code indenting (From Eric Fischer).
117 * +smartindent smart C code indenting when the 'si' option is set. 117 * +smartindent smart C code indenting when the 'si' option is set.
118 * +textobjects Text objects: "vaw", "das", etc. 118 * +textobjects Text objects: "vaw", "das", etc.
119 * +file_in_path "gf" and "<cfile>" commands. 119 * +file_in_path "gf" and "<cfile>" commands.
120 * +path_extra up/downwards searching in 'path' and 'tags'.
120 * 121 *
121 * Obsolete: 122 * Obsolete:
122 * +tag_old_static Old style static tags: "file:tag file ..". 123 * +tag_old_static Old style static tags: "file:tag file ..".
123 * Support was removed in 8.1.1093. 124 * Support was removed in 8.1.1093.
124 * +farsi Farsi (Persian language) Keymap support. 125 * +farsi Farsi (Persian language) Keymap support.
206 /* 207 /*
207 * +find_in_path "[I" ":isearch" "^W^I", ":checkpath", etc. 208 * +find_in_path "[I" ":isearch" "^W^I", ":checkpath", etc.
208 */ 209 */
209 #ifdef FEAT_NORMAL 210 #ifdef FEAT_NORMAL
210 # define FEAT_FIND_ID 211 # define FEAT_FIND_ID
211 #endif
212
213 /*
214 * +path_extra up/downwards searching in 'path' and 'tags'.
215 */
216 #ifdef FEAT_NORMAL
217 # define FEAT_PATH_EXTRA
218 #endif 212 #endif
219 213
220 /* 214 /*
221 * +rightleft Right-to-left editing/typing support. 215 * +rightleft Right-to-left editing/typing support.
222 */ 216 */