From 7a9cbca00a8ec53306f8a5852e332feb79091793 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 27 Sep 2020 22:47:05 +0200 Subject: 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. --- src/testdir/runtest.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testdir/runtest.vim') diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index 1a83227b1f..3ff8c675f3 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -355,6 +355,9 @@ func FinishTesting() qall! endfunc +" TODO: remove later +let v:disallow_let = 1 + " Source the test script. First grab the file name, in case the script " navigates away. g:testname can be used by the tests. let g:testname = expand('%') -- cgit v1.2.3