commit | dd1a9af00f6954b176c5875af0a91acde72572c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 15:38:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 15:38:03 2020 +0200 |
tree | c006671907d83194061107b980678d1d576e2f5f | |
parent | 7a87b4e3fe91c18a616536fe49154c4bb3da0a93 [diff] [blame] |
patch 8.2.1278: Vim9: line break after "->" only allowed in :def function Problem: Vim9: line break after "->" only allowed in :def function. Solution: Only allow line break after "->". (closes #6492)
diff --git a/src/version.c b/src/version.c index 45714aa..1e78c01 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1278, +/**/ 1277, /**/ 1276,