view .gitattributes @ 31010:4b9b76aac30c v9.0.0840

patch 9.0.0840: cannot change a slice of a const list Commit: https://github.com/vim/vim/commit/adbc08fd69433b5216e609a404d674f3e67eea9c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 6 18:27:17 2022 +0000 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 https://github.com/vim/vim/issues/11490)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Nov 2022 19:30:08 +0100
parents ccc02b39fb5e
children
line wrap: on
line source

src/testdir/test42.in diff