commit | 727345ebea07284ada118590d805329e6dbee014 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 23:33:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 23:33:59 2020 +0200 |
tree | 47a3df6d6e2267ac02b44fd08549a09d1bb76f9b | |
parent | 7a9cbca00a8ec53306f8a5852e332feb79091793 [diff] [blame] |
patch 8.2.1767: Vim9: test fails with python support Problem: Vim9: test fails with python support. Solution: Use "let" in legacy function.
diff --git a/src/testdir/test_vim9_func.vim b/src/testdir/test_vim9_func.vim index 7bc46d8..c9f9027 100644 --- a/src/testdir/test_vim9_func.vim +++ b/src/testdir/test_vim9_func.vim
@@ -831,7 +831,7 @@ " recognized. func Test_function_python() CheckFeature python3 - var py = 'python3' + let py = 'python3' execute py "<< EOF" def do_something(): return 1