commit | e442d59f6d6732c226d636067c07b7342838b36b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 05 12:20:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 12:20:28 2022 +0100 |
tree | fb5ae54c35da661437deda14a7feee9577d39566 | |
parent | 2a2707d03337d0bb7d5fd1770238809618653d4a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index ca9fae2..1237ebf 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4869, +/**/ 4868, /**/ 4867,