comparison src/testdir/test_vim9_script.vim @ 22435:166a0f17b05e v8.2.1766

patch 8.2.1766: Vim9: Some tests are still using :let Commit: https://github.com/vim/vim/commit/7a9cbca00a8ec53306f8a5852e332feb79091793 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 27 22:47:05 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Sep 2020 23:00:04 +0200
parents 1cefe1c013ac
children f5731190bc66
comparison
equal deleted inserted replaced
22434:70f3df42437e 22435:166a0f17b05e
3 source check.vim 3 source check.vim
4 source term_util.vim 4 source term_util.vim
5 source view_util.vim 5 source view_util.vim
6 source vim9.vim 6 source vim9.vim
7 source shared.vim 7 source shared.vim
8
9 " TODO: remove later
10 let v:disallow_let = 1
11 8
12 def Test_range_only() 9 def Test_range_only()
13 new 10 new
14 setline(1, ['blah', 'Blah']) 11 setline(1, ['blah', 'Blah'])
15 :/Blah/ 12 :/Blah/