mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 21:09:47 +10:00
runtime(vim): Update syntax file, improve :substitute matching (vim/vim#14093)
- Differentiate between :substitute and substitute(), fixes vim/vim#13883.
- Match all allowed :substitute delimiters.
- Remove leading context from :substitute matches.
2c51e15b66
Co-authored-by: dkearns <dougkearns@gmail.com>