commit | 9c7e6dd653b62f54324f3c00d69cb348d8611a9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 20:55:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 20:55:20 2020 +0200 |
tree | 948d4c323c783bbae8cad54d04a8a06b8556fa6b | |
parent | e6085c53506e38d07334faa1002ee90b1933b128 [diff] [blame] |
patch 8.2.0562: Vim9: cannot split an expression into multiple lines Problem: Vim9: cannot split an expression into multiple lines. Solution: Continue in next line after an operator.
diff --git a/src/version.c b/src/version.c index 5bfc36a..44adf49 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 562, +/**/ 561, /**/ 560,