]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1729: heredoc with trim not properly handled in function v8.1.1729
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Jul 2019 21:04:21 +0000 (23:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Jul 2019 21:04:21 +0000 (23:04 +0200)
commitecaa75b4cea329a3902b8565e028b32279b8322b
tree3d5754f26f8967b0305359912a70dc6f5308cc1f
parent5f32ece459d1f310b1b48b72e07dcd77d3261a76
patch 8.1.1729: heredoc with trim not properly handled in function

Problem:    Heredoc with trim not properly handled in function.
Solution:   Allow for missing indent. (FUJIWARA Takuya, closes #4713)
src/testdir/test_let.vim
src/userfunc.c
src/version.c