mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
fix(path): restore space separation in 'path' (#25571)
Removing this behavior causes more inconsistencies and bugs.
This commit is contained in:
6
runtime/lua/vim/_meta/options.lua
generated
6
runtime/lua/vim/_meta/options.lua
generated
@@ -4621,6 +4621,12 @@ vim.go.pm = vim.go.patchmode
|
||||
--- ```
|
||||
--- :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:
|
||||
--- ```
|
||||
|
||||
Reference in New Issue
Block a user