commit | 8471e57026714c5a0faf89288ceef5231fb88d4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 19 21:37:18 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 19 21:37:18 2019 +0200 |
tree | b130d4fb4a56167e3ed26447fa79aec6a08103a5 | |
parent | 16e9b85113e0b354ece1cb4f5fcc7866850f3685 [diff] [blame] |
patch 8.1.1356: some text in heredoc assignment ends the text Problem: Some text in heredoc assignment ends the text. (Ozaki Kiichi) Solution: Recognize "let v =<<" and skip until the end.
diff --git a/src/version.c b/src/version.c index 042a8bc..2dd024f 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1356, +/**/ 1355, /**/ 1354,