summaryrefslogtreecommitdiffstats
path: root/runtime/doc/editing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-25 18:12:06 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-25 18:12:06 +0100
commit2bd9dbc19fc67395cfa1226dda7326071ab22464 (patch)
tree31448e8eb576d7580627724ad62b42e6b793dfc1 /runtime/doc/editing.txt
parent520f6ef60a59f7b5f3da9199999d13dbe817d3ce (diff)
patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny versionv9.0.0270
Problem: Some values of 'path' and 'tags' do not work in the tiny version. Solution: Graduate the +path_extra feature.
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r--runtime/doc/editing.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index 7eaf48d51f..522831f992 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1703,8 +1703,6 @@ problem goes away the next day.
==============================================================================
11. File Searching *file-searching*
-{not available when compiled without the |+path_extra| feature}
-
The file searching is currently used for the 'path', 'cdpath' and 'tags'
options, for |finddir()| and |findfile()|. Other commands use |wildcards|
which is slightly different.