forked from aniani/vim
patch 8.2.4869: expression in command block does not look after NL
Problem: Expression in command block does not look after NL. Solution: Skip over NL to check what follows. (closes #10358)
This commit is contained in:
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4869,
|
||||
/**/
|
||||
4868,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user