]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1356: some text in heredoc assignment ends the text v8.1.1356
authorBram Moolenaar <Bram@vim.org>
Sun, 19 May 2019 19:37:18 +0000 (21:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 May 2019 19:37:18 +0000 (21:37 +0200)
commit8471e57026714c5a0faf89288ceef5231fb88d4f
treeb130d4fb4a56167e3ed26447fa79aec6a08103a5
parent16e9b85113e0b354ece1cb4f5fcc7866850f3685
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.
src/testdir/test_let.vim
src/userfunc.c
src/version.c