commit | 00eb99528edc9ee1d14241d6914168fc33331ded | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 19:23:18 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 19:23:18 2022 +0000 |
tree | dd7893d031d4e402335991f4ab1bab1102214ca2 | |
parent | cd53eed2c55f2256008962965b1de1d1df76d535 [diff] [blame] |
patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the type Problem: Vim9: slice() makes a copy but doesn't change the type. Solution: Change the declared type like copy(). (closes #9696)
diff --git a/src/version.c b/src/version.c index f86aa89..3df4cfc 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4304, +/**/ 4303, /**/ 4302,