mirror of
https://github.com/neovim/neovim.git
synced 2026-02-21 19:06:52 +00:00
Improve backslash handling in :set option values. There is no special
handling for options supporting Windows path separators yet.
See :help option-backslash.
Remove the vimSetString syntax group. Option string values cannot be
specified with a quoted string, this is a command terminating tail
comment.
fixes: vim/vim#16913
closes: vim/vim#17034
2a6be83512
Co-authored-by: Doug Kearns <dougkearns@gmail.com>