mirror of
https://github.com/vim/vim.git
synced 2026-06-19 15:38:30 +02:00
2eaef106e4
Problem: String interpolation only works in heredoc.
Solution: Support interpolated strings. Use syntax for heredoc consistent
with strings, similar to C#. (closes #10327)