mirror of
https://github.com/zoriya/vim.git
synced 2026-05-18 21:28:14 +00: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)