1
0
forked from aniani/vim

patch 8.2.4896: expression in command block does not look after NL

Problem:    Expression in command block does not look after NL when command is
            typed.
Solution:   Skip over NL also when not in a script. (closes #10358)
This commit is contained in:
Bram Moolenaar
2022-05-06 21:24:31 +01:00
parent d88934406c
commit a13e7acba9
3 changed files with 9 additions and 1 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4896,
/**/
4895,
/**/