commit | eda29c971c0592d85c5856da7708f3edfdc54cfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 12:59:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 12:59:00 2022 +0100 |
tree | f37f04d2c98fd585635f0c8e751e4827d6ff8d11 | |
parent | b393275ae91eb9a8df7a9a611bd75590db9b22db [diff] [blame] |
patch 9.0.0637: syntax of commands in Vim9 script depends on +eval feature Problem: Syntax of commands in Vim9 script depends on +eval feature. Solution: Use same syntax with and without the +eval feature.
diff --git a/src/testdir/test10.ok b/src/testdir/test10.ok new file mode 100644 index 0000000..5776cea --- /dev/null +++ b/src/testdir/test10.ok
@@ -0,0 +1,2 @@ +first line +last line