commit | 793648fb563359396a23740c72a6e04cb64df3a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 21:28:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 21:28:25 2020 +0200 |
tree | 1a60f138bfb8f777aae130e3028ada8057b5f3c4 | |
parent | 5d3c9f8c2a0fc29ba4ac8e0f052378b64d9e3dd3 [diff] [blame] |
patch 8.2.1062: Vim9: no line break allowed inside "cond ? val1 : val2" Problem: Vim9: no line break allowed inside "cond ? val1 : val2". Solution: Check for operator after line break.
diff --git a/src/version.c b/src/version.c index aef2fe9..a97b40a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1062, +/**/ 1061, /**/ 1060,