commit | 0abc2871c105882ed1c1effb9a7757fad8a395bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 10 13:24:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 13:24:30 2022 +0100 |
tree | 0377e3f47b0fda6713cc0e8b6426616457e07912 | |
parent | 57ff52677bf5ba1651281ffe40505df8feba4a36 [diff] [blame] |
patch 8.2.4930: interpolated string expression requires escaping Problem: Interpolated string expression requires escaping. Solution: Do not require escaping in the expression.
diff --git a/src/version.c b/src/version.c index 6fbc3be..0a08909 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4930, +/**/ 4929, /**/ 4928,