0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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)
This commit is contained in:
Bram Moolenaar
2022-02-05 19:23:18 +00:00
parent cd53eed2c5
commit 00eb99528e
3 changed files with 27 additions and 1 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4304,
/**/
4303,
/**/