commit | e6085c53506e38d07334faa1002ee90b1933b128 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 20:19:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 20:19:16 2020 +0200 |
tree | c9bb45883c6ac69a7ff2a02606190aa7d42634be | |
parent | 2196bce56fcd56b0eaece50c079bac99f5bc31af [diff] [blame] |
patch 8.2.0561: Vim9: cannot split function call in multiple lines Problem: Vim9: cannot split function call in multiple lines. Solution: Find more arguments in following lines.
diff --git a/src/version.c b/src/version.c index 3ef50fb..5bfc36a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 561, +/**/ 560, /**/ 559,