]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variables v8.2.0600
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Apr 2020 12:32:17 +0000 (14:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Apr 2020 12:32:17 +0000 (14:32 +0200)
commitd3aac2917db38f8590648ee76eebfa178fc4c069
tree180c8d574d69cb48d60418ca974a3d146272460d
parent173d841e86cf205d8e398091b1da7bb4951714f9
patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variables

Problem:    Vim9: cannot read or write w:, t: and b: variables.
Solution:   Implement load and store for w:, t: and b: variables.
            (closes #5950)
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_expr.vim
src/testdir/test_vim9_script.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c