commit | a3b7fdc1bb227897f41b8f2958a48d0a26292ff7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 14:12:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 14:12:17 2020 +0200 |
tree | bfd75225d48665c287712d7befc34d902d77e76d | |
parent | 8c524f76ebd43f006e765534765b595de7095f12 [diff] [blame] |
patch 8.2.1026: Vim9: cannot break the line after "->" Problem: Vim9: cannot break the line after "->". Solution: Check for a continuation line after "->", "[" and ".". Ignore trailing white space.
diff --git a/src/version.c b/src/version.c index 1a936ec..dad2478 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1026, +/**/ 1025, /**/ 1024,