forked from aniani/vim
patch 8.2.3817: Vim9: Not using NL as command end does not work for :autocmd
Problem: Vim9: Not using NL as command end does not work for :autocmd. Solution: Only ignore NL for commands with an expression argument.
This commit is contained in:
@@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3817,
|
||||
/**/
|
||||
3816,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user