fix(path): restore space separation in 'path' (#25571)

Removing this behavior causes more inconsistencies and bugs.
This commit is contained in:
zeertzjq
2023-10-10 08:22:32 +08:00
committed by GitHub
parent 43f22853fe
commit f5eabaa940
6 changed files with 15 additions and 5 deletions

View File

@@ -5926,6 +5926,10 @@ return {
option may be relative or absolute.
- Use commas to separate directory names: >
:set path=.,/usr/local/include,/usr/include
< - Spaces can also be used to separate directory names. To have a
space in a directory name, precede it with an extra backslash, and
escape the space: >
:set path=.,/dir/with\\\ space
< - To include a comma in a directory name precede it with an extra
backslash: >
:set path=.,/dir/with\\,comma