commit | 5e774c7579a4a00d3f44fdcfcb56861bd73372e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 21:53:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 21:53:00 2020 +0200 |
tree | 261c692f01dcda144b986707d0ca89c5c914daa5 | |
parent | 9c7e6dd653b62f54324f3c00d69cb348d8611a9f [diff] [blame] |
patch 8.2.0563: Vim9: cannot split a function line Problem: Vim9: cannot split a function line. Solution: Continue in next line so long as the function isn't done.
diff --git a/src/version.c b/src/version.c index 44adf49..d43c9d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 563, +/**/ 562, /**/ 561,