Re: Using . (dot) as the heredoc end marker for let assignments

2020-04-15 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > Currently when using a heredoc with the :let statement, you have to > specify an explicit marker both at the beginning and at the end of the > statement. But when using the heredoc with embedded > scripts (e.g. python), you don't need to specify an explicit marker at the > begi

Using . (dot) as the heredoc end marker for let assignments

2020-04-14 Fir de Conversatie Yegappan Lakshmanan
Hi all, Currently when using a heredoc with the :let statement, you have to specify an explicit marker both at the beginning and at the end of the statement. But when using the heredoc with embedded scripts (e.g. python), you don't need to specify an explicit marker at the beginning and you can us