forked from aniani/vim
patch 8.2.4804: expression in heredoc doesn't work for compiled function
Problem: Expression in heredoc doesn't work for compiled function.
Solution: Implement compiling the heredoc expressions. (Yegappan Lakshmanan,
closes #10232)
This commit is contained in:
committed by
Bram Moolenaar
parent
66e13aedc7
commit
1fc6ea9bf3
@@ -3247,8 +3247,6 @@ text...
|
||||
expression evaluation fails, then the assignment fails.
|
||||
once the "`=" has been found {expr} and a backtick
|
||||
must follow. {expr} cannot be empty.
|
||||
Currenty, in a compiled function {expr} is evaluated
|
||||
when compiling the function, THIS WILL CHANGE.
|
||||
|
||||
{endmarker} must not contain white space.
|
||||
{endmarker} cannot start with a lower case character.
|
||||
|
||||
Reference in New Issue
Block a user