mirror of
https://github.com/neovim/neovim.git
synced 2026-08-15 20:09:41 +00:00
As a refinement upon "g:sh_no_error", support not matching
particular classes of syntax errors. Look up syntax rule
names and list them with:
‐-----------------------------------------------------------
let g:sh_no_error_rules = ["shCurlyError", "shParenError"]
‐-----------------------------------------------------------
closes: vim/vim#20935
5d41506eb4
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>