mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +00:00
Attempt to match all variations of group name and comma separator across
continuation lines.
Fixes issues:
- vim/vim#18491 (Two ")"s are incorrectly colored 'vimOperError' in
syntax/mail.vim), reported by @lkintact
- vim/vim#19366 (highlight error for contains elements in a new line), reported
by Maxim Kim
fixes: vim/vim#18491
fixes: vim/vim#19366
b901fa9a6a
Co-authored-by: Doug Kearns <dougkearns@gmail.com>