summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_cmd.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-27 22:47:05 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-27 22:47:05 +0200
commit7a9cbca00a8ec53306f8a5852e332feb79091793 (patch)
treeb7631986432c6cd146e167a6a3c63964361c75a6 /src/testdir/test_vim9_cmd.vim
parent9830938e77b0d36d65b0c31eadf09f7b9d394c29 (diff)
patch 8.2.1766: Vim9: Some tests are still using :letv8.2.1766
Problem: Vim9: Some tests are still using :let. Solution: Change the last few declarations to use :var.
Diffstat (limited to 'src/testdir/test_vim9_cmd.vim')
-rw-r--r--src/testdir/test_vim9_cmd.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testdir/test_vim9_cmd.vim b/src/testdir/test_vim9_cmd.vim
index 2e59286369..060b083863 100644
--- a/src/testdir/test_vim9_cmd.vim
+++ b/src/testdir/test_vim9_cmd.vim
@@ -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`