From 1fc6ea9bf3548b578676331f5eac1f7e0611c268 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Thu, 21 Apr 2022 23:30:15 +0100 Subject: 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) --- runtime/doc/eval.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/doc/eval.txt') 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. -- cgit v1.2.1