commit | df069eec3b90401e880e9b0e258146d8f36c474d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 23:02:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 23:02:51 2020 +0200 |
tree | 9c61c092a5982318a5f7ee92f51b553621b019f5 | |
parent | 7eaafe65eef88493c789b160914c8e2e8e42d4a7 [diff] [blame] |
patch 8.2.1042: Vim9: cannot put an operator on the next line Problem: Vim9: cannot put an operator on the next line. Solution: Require a colon before a range to see if that causes problems.
diff --git a/src/version.c b/src/version.c index 4b4fb40..f4afb9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1042, +/**/ 1041, /**/ 1040,