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:
@@ -6,9 +6,6 @@ source view_util.vim
|
||||
source vim9.vim
|
||||
source shared.vim
|
||||
|
||||
" TODO: remove later
|
||||
let v:disallow_let = 1
|
||||
|
||||
def Test_range_only()
|
||||
new
|
||||
setline(1, ['blah', 'Blah'])
|
||||
|
Reference in New Issue
Block a user