]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3299: Vim9: exists() does not handle much at compile time v8.2.3299
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Aug 2021 20:48:11 +0000 (22:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Aug 2021 20:48:11 +0000 (22:48 +0200)
commit5671f3f076573fa9133bc210d6580067698d9a1b
treef51db5d212f5b4391dace789663cf68d36d4c68c
parent6f6d58c3809010b1386634c1aeec61f1a66e72c2
patch 8.2.3299: Vim9: exists() does not handle much at compile time

Problem:    Vim9: exists() does not handle much at compile time.
Solution:   Handle variable names. (closes #8688)
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9compile.c