]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1882: Vim9: v:disallow_let is no longer needed v8.2.1882
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Oct 2020 18:58:52 +0000 (20:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Oct 2020 18:58:52 +0000 (20:58 +0200)
commitc58f5456e5c5f21193e960cecc434e367ef1281e
tree11a22b0c4a38b1e5c63472d1935232eb12bffb2b
parent692d1a51e74fea2db3c7e9ae7c7c6c3a1a1945ee
patch 8.2.1882: Vim9: v:disallow_let is no longer needed

Problem:    Vim9: v:disallow_let is no longer needed.
Solution:   Remove v:disallow_let.
src/evalvars.c
src/version.c
src/vim.h
src/vim9compile.c