commit | cd268017cf79a546a494883b4b026a3cbbd9a8a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 19:11:08 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 19:11:08 2021 +0200 |
tree | 0bdf8392638ffbf37617bbb0623fa452f323bc2a | |
parent | 5dd839ce20466eea52e59ecf86456f1ab370d2bd [diff] [blame] |
patch 8.2.3203: Vim9: compiled string expression causes type error Problem: Vim9: compiled string expression causes type error. (Yegappan Lakshmanan) Solution: Remove the string type from the stack.
diff --git a/src/version.c b/src/version.c index 8eb758c..ef2ea8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3203, +/**/ 3202, /**/ 3201,