commit | a13e7acba9928a9c5e97be28946418d8d4323988 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 21:24:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 21:24:31 2022 +0100 |
tree | 1b78684d3b7e785eacf48a4a7e9a971519dfa6a5 | |
parent | d88934406c5375d88f8f1b65331c9f0cab68cc6c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index df30685..d20ecf2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4896, +/**/ 4895, /**/ 4894,