@@ -247,8 +247,6 @@ If you want to keep the changed buffer without saving it, switch on the
247247 *:fin* *:find*
248248:fin[d][!] [++opt] [+cmd] {file}
249249 Find {file} in 'path' and then | :edit | it.
250- {not available when the | +file_in_path | feature was
251- disabled at compile time}
252250
253251:{count} fin[d][!] [++opt] [+cmd] {file}
254252 Just like ":find", but use the {count} match in
@@ -322,8 +320,6 @@ CTRL-^ Edit the alternate file. Mostly the alternate file is
322320 For Unix the '~' character is expanded, like in
323321 "~user/file". Environment variables are expanded too
324322 | expand-env | .
325- {not available when the | +file_in_path | feature was
326- disabled at compile time}
327323
328324 *v_gf*
329325{Visual}[count] gf Same as "gf", but the highlighted text is used as the
@@ -1707,8 +1703,6 @@ problem goes away the next day.
17071703==============================================================================
1708170411. File Searching *file-searching*
17091705
1710- {not available when compiled without the | +path_extra | feature}
1711-
17121706The file searching is currently used for the 'path' , 'cdpath' and 'tags'
17131707options, for | finddir() | and | findfile() | . Other commands use | wildcards |
17141708which is slightly different.
0 commit comments