mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
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:
@@ -589,7 +589,7 @@ handle_import(
|
||||
char_u *p;
|
||||
|
||||
if (getnext)
|
||||
arg = eval_next_line(evalarg);
|
||||
arg = eval_next_line(expr_end, evalarg);
|
||||
else
|
||||
arg = nextarg;
|
||||
|
||||
|
Reference in New Issue
Block a user