]> granicus.if.org Git - vim/commit
patch 9.0.0627: "const" and "final" both make the type a constant v9.0.0627
authorBram Moolenaar <Bram@vim.org>
Fri, 30 Sep 2022 10:04:50 +0000 (11:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 30 Sep 2022 10:04:50 +0000 (11:04 +0100)
commit6586a015144f15a979d573a79d91e700e4b3009f
treee276ff392ab6f428c169b2fb0b8646643109bd44
parentb152b6a40f729ed81a25d2fa541a4e73e201bec4
patch 9.0.0627: "const" and "final" both make the type a constant

Problem:    "const" and "final" both make the type a constant. (Daniel
            Steinberg)
Solution:   Only have "const" make the type a constant.
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim.h
src/vim9.h
src/vim9cmds.c
src/vim9compile.c