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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user