commit | 2eaef106e4a7fc9dc74a7e672b5f550ec1f9786e | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Fri May 06 13:14:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 13:14:50 2022 +0100 |
tree | 543832333e5ef90b9e51477457a7e65572274227 | |
parent | e7d6dbc5721342e3d6b04cf285e4510b5569e707 [diff] [blame] |
patch 8.2.4883: string interpolation only works in heredoc Problem: String interpolation only works in heredoc. Solution: Support interpolated strings. Use syntax for heredoc consistent with strings, similar to C#. (closes #10327)
diff --git a/src/version.c b/src/version.c index 4cb930f..d997897 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4883, +/**/ 4882, /**/ 4881,