]> granicus.if.org Git - vim/commit
patch 9.0.0637: syntax of commands in Vim9 script depends on +eval feature v9.0.0637
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2022 11:59:00 +0000 (12:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2022 11:59:00 +0000 (12:59 +0100)
commiteda29c971c0592d85c5856da7708f3edfdc54cfa
treef37f04d2c98fd585635f0c8e751e4827d6ff8d11
parentb393275ae91eb9a8df7a9a611bd75590db9b22db
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.
src/errors.h
src/ex_docmd.c
src/testdir/Make_all.mak
src/testdir/test10.in [new file with mode: 0644]
src/testdir/test10.ok [new file with mode: 0644]
src/version.c