diff options
author | Yegappan Lakshmanan <yegappan@yahoo.com> | 2022-04-21 23:30:15 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-21 23:30:15 +0100 |
commit | 1fc6ea9bf3548b578676331f5eac1f7e0611c268 (patch) | |
tree | cbbabd2cece75b8657356b2b1716372daeee94ce /runtime/doc/eval.txt | |
parent | 66e13aedc7986c83644d537a8fdd3cb006507678 (diff) | |
download | vim-git-1fc6ea9bf3548b578676331f5eac1f7e0611c268.tar.gz |
patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804
Problem: Expression in heredoc doesn't work for compiled function.
Solution: Implement compiling the heredoc expressions. (Yegappan Lakshmanan,
closes #10232)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 40f0bf85e..953227d21 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -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. |