-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Note that in the following there is a blank after the backslash
set lbr=+++\ generates
pcall(vim.cmd, [[ set lbr=+++ ]])
The trailing blank is lost. Perhaps this can be seen more clearly in the following where the backslash is converted to a space.
set tags=foo\ bar
generates
pcall(vim.cmd, [[ set tags=foo bar ]])
Metadata
Metadata
Assignees
Labels
No labels