0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.2.1761: Vim9: Some tests are still using :let

Problem:    Vim9: Some tests are still using :let.
Solution:   Change more declarations to use :var.
This commit is contained in:
Bram Moolenaar
2020-09-27 19:05:33 +02:00
parent 2914a20abc
commit ac564082f1
4 changed files with 209 additions and 198 deletions

View File

@@ -3,6 +3,9 @@
source check.vim
source vim9.vim
" TODO: remove later
let v:disallow_let = 1
let s:appendToMe = 'xxx'
let s:addToMe = 111
let g:existing = 'yes'