0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

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

Problem:    Vim9: Some tests are still using :let.
Solution:   Change the last few declarations to use :var.
This commit is contained in:
Bram Moolenaar
2020-09-27 22:47:05 +02:00
parent 9830938e77
commit 7a9cbca00a
11 changed files with 177 additions and 187 deletions

View File

@@ -3,9 +3,6 @@
source check.vim
source vim9.vim
" TODO: remove later
let v:disallow_let = 1
let g:cond = v:false
def FuncOne(arg: number): string
return 'yes'