commit | 70c41241c2701f26a99085e433925a206ca265a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 10 18:11:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 18:11:43 2022 +0100 |
tree | 1afeaeb49dfc47199313bf397955519a5f598572 | |
parent | df6e0e46c55c9c6d788f94482a8858c0f31391f4 [diff] [blame] |
patch 8.2.4934: string interpolation fails when not evaluating Problem: String interpolation fails when not evaluating. Solution: Skip the expression when not evaluating. (closes #10398)
diff --git a/src/version.c b/src/version.c index cffc703..80f631b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4934, +/**/ 4933, /**/ 4932,