commit | 23c55273739b2fb09912140e2e03a4b8ff15dd04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 16:58:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 16:58:13 2020 +0200 |
tree | 00c1eeac0c431c10e4f048ee4383eb6b4fb48086 | |
parent | e55b1c098d9dc04c960e6575bb554b5130af8989 [diff] [blame] |
patch 8.2.1029: Vim9: cannot chain function calls with -> at line start Problem: Vim9: cannot chain function calls with -> at line start. Solution: Peek ahead for a following line starting with "->". (closes #6306)
diff --git a/src/version.c b/src/version.c index 77fdac1..b4e7482 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1029, +/**/ 1028, /**/ 1027,