]> granicus.if.org Git - vim/commit
patch 8.1.1723: heredoc assignment has no room for new features v8.1.1723
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Jul 2019 12:14:26 +0000 (14:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Jul 2019 12:14:26 +0000 (14:14 +0200)
commit24582007294b0db3be9669d3b583ea45fc4f19b8
treebc9d1f58df11d4ec6e1c5afc0a495b81c3bb196f
parent61343f0c44c8e71df04918d033e0a744c0b7f8aa
patch 8.1.1723: heredoc assignment has no room for new features

Problem:    Heredoc assignment has no room for new features. (FUJIWARA Takuya)
Solution:   Require the marker does not start with a lower case character.
            (closes #4705)
runtime/doc/eval.txt
src/eval.c
src/testdir/test_let.vim
src/version.c