mirror of
https://github.com/neovim/neovim.git
synced 2026-02-10 05:48:45 +00:00
- Allow for an unparenthesised expression argument to the 'if',
'if-then', and 'while' commands. This is undocumented, and probably
unintended, behaviour but is frequently seen in the wild.
- Allow for a continued-line expression argument to the 'if-then'
command.
related: vim/vim#19172 (csh: Support negated if in matchit)
closes: vim/vim#19190
09a48056c7
Co-authored-by: Doug Kearns <dougkearns@gmail.com>