commit | adbc08fd69433b5216e609a404d674f3e67eea9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 06 18:27:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 06 18:27:17 2022 +0000 |
tree | 0b66f034862e8d7c40116326e64382fcafed0b7d | |
parent | 69a8bb8dc13571102537762b047747cc36b53d5d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index c454557..e7dc5a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 840, +/**/ 839, /**/ 838,