Merge pull request #17245 from zeertzjq/vim-8.2.3219

vim-patch:8.2.3219: :find searches non-existing directories
This commit is contained in:
zeertzjq
2022-02-02 22:31:14 +08:00
committed by GitHub
3 changed files with 35 additions and 1 deletions

View File

@@ -1569,6 +1569,12 @@ There are three different types of searching:
/u/user_x/work/include
/u/user_x/include
< Note: If your 'path' setting includes a non-existing directory, Vim will
skip the non-existing directory, but continues searching in the parent of
the non-existing directory if upwards searching is used. E.g. when
searching "../include" and that doesn't exist, and upward searching is
used, also searches in "..".
3) Combined up/downward search:
If Vim's current path is /u/user_x/work/release and you do >
set path=**;/u/user_x