1
0
forked from aniani/vim

patch 9.0.0840: cannot change a slice of a const list

Problem:    Cannot change a slice of a const list. (Takumi KAGIYAMA)
Solution:   Remove the const flag from the slice type. (closes #11490)
This commit is contained in:
Bram Moolenaar
2022-11-06 18:27:17 +00:00
parent 69a8bb8dc1
commit adbc08fd69
3 changed files with 26 additions and 0 deletions

View File

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