]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1625: "super" is not considered a reserved name v9.0.1625
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Jun 2023 18:00:12 +0000 (19:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Jun 2023 18:00:12 +0000 (19:00 +0100)
commitce723f391844695a07d9af02ef60330afd3e158c
tree2012dc7b8f50b2dadb148da68343c40a18b9a63c
parent5ca05fa59e587f9724306d4788c5dde07fc7225b
patch 9.0.1625: "super" is not considered a reserved name

Problem:    "super" is not considered a reserved name.
Solution:   Add "super" to the list of reserved names. (closes #12515)
src/testdir/test_vim9_assign.vim
src/userfunc.c
src/version.c
src/vim9script.c