summaryrefslogtreecommitdiffstats
path: root/src/testdir/runtest.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-03 12:57:27 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-03 12:57:27 +0200
commit016faaa1b2fe242022725b29e1353c42105d045c (patch)
tree9093087726d1ebec32d45910fd719e115cfdb69d /src/testdir/runtest.vim
parent795aaa1e84d76a6fe066694de9876b8a21cbe40c (diff)
patch 8.2.1788: Vim9: still allows :let for declarationsv8.2.1788
Problem: Vim9: still allows :let for declarations. Solution: Make the default for v:disallow_let one. It can still be set to zero to allow for using :let.
Diffstat (limited to 'src/testdir/runtest.vim')
-rw-r--r--src/testdir/runtest.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim
index 08b1f8ec88..6b09b975de 100644
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -360,9 +360,6 @@ 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('%')