commit | 5f195938d4d489aa288bdb54ee6112a34aed1df9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 20:07:14 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 20:07:14 2020 +0200 |
tree | bb8de6af7845c30c1836362f571e55378add4337 | |
parent | 9a78e6df17033223ebdf499f2b02b2538601c52d [diff] [blame] |
patch 8.2.1112: Vim9: no line continuation allowed in method call Problem: Vim9: no line continuation allowed in method call. Solution: Handle line continuation in expression before method call.
diff --git a/src/version.c b/src/version.c index 7817a44..bb7c318 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1112, +/**/ 1111, /**/ 1110,