]> granicus.if.org Git - vim/commit
patch 8.2.3314: behavior of exists() in a :def function is unpredictable v8.2.3314
authorBram Moolenaar <Bram@vim.org>
Sun, 8 Aug 2021 12:43:22 +0000 (14:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 Aug 2021 12:43:22 +0000 (14:43 +0200)
commit267359902c8792fed13543ddeb56c6df0ae74957
tree6bc6795fb6eb8d7be15bd5d5799218d5ccc12773
parent9e2fa4bb9eb40a78a1ae1f67a4064651b5ce0aac
patch 8.2.3314: behavior of exists() in a :def function is unpredictable

Problem:    Behavior of exists() in a :def function is unpredictable.
Solution:   Add exists_compiled().
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/errors.h
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9compile.c