commit | 933c2922b5e81b238c2e56361c76cf7c9548a2d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 08 16:37:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 16:37:07 2022 +0100 |
tree | 6ace5f090aab2fd5e260d2139c6aac1c540280d3 | |
parent | 27724251bc73f97b55240731f4316ee1b4eac1c5 [diff] [blame] |
patch 8.2.4914: string interpolation in :def function may fail Problem: String interpolation in :def function may fail. Solution: Do not terminate the expression. (closes #10377)
diff --git a/src/version.c b/src/version.c index 792bd24..6badc75 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4914, +/**/ 4913, /**/ 4912,