forked from aniani/vim
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:
@@ -4,9 +4,6 @@ source check.vim
|
||||
source vim9.vim
|
||||
source view_util.vim
|
||||
|
||||
" TODO: remove later
|
||||
let v:disallow_let = 1
|
||||
|
||||
def Test_edit_wildcards()
|
||||
var filename = 'Xtest'
|
||||
edit `=filename`
|
||||
|
||||
Reference in New Issue
Block a user