commit | b288ba9f1dd29ba34f236e3099f779d5ab130227 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 17:10:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 17:10:55 2021 +0200 |
tree | 1c4d28ae2700cf85fd3535e67bdcc285d5741eab | |
parent | 4f2417ffeedbb687a59a36547e8143724a86bb31 [diff] [blame] |
patch 8.2.2941: Vim9: using does not handle a list of strings Problem: Vim9: using does not handle a list of strings. Solution: Convert a list to a string and escape each item. (closes #8310)
diff --git a/src/version.c b/src/version.c index e244d4b..0f539ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2941, +/**/ 2940, /**/ 2939,