mirror of
https://github.com/neovim/neovim.git
synced 2026-08-14 19:39:33 +00:00
Claim e.g. "function f () { :; }" as shFunctionTwo while
observing that parentheses after the function name are
optional when the "function" word is used and do not delimit
its body if the latter follows them in "{}" (which should
not be taken for granted with limited backtracking).
closes: vim/vim#20878
90e8cb0094
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>