]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0538: Vim9: VAR_PARTIAL is not used during compilation v8.2.0538
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Apr 2020 19:08:09 +0000 (21:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Apr 2020 19:08:09 +0000 (21:08 +0200)
commit9c8bb7c0e251be2cca409055bd415266f57f013a
tree766a067ce29594f5148bd61bee66ae1d33618041
parentcab2767874dca019083aa371a1f3b45385dbd037
patch 8.2.0538: Vim9: VAR_PARTIAL is not used during compilation

Problem:    Vim9: VAR_PARTIAL is not used during compilation.
Solution:   Remove VAR_PARTIAL.
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c