]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0136: Vim9: need more test for exists() v9.1.0136
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 25 Feb 2024 07:40:10 +0000 (08:40 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 25 Feb 2024 07:40:10 +0000 (08:40 +0100)
commita2ebb6e9176d007c11804bb9784beee35a8050c8
treedf9b8d699618e412ad674dc10802a2f0672c6012
parent374e26aba2e5e0a220b1a7ce1934b0eb5f493e6c
patch 9.1.0136: Vim9: need more test for exists()
methods

Problem:  Vim9: need more test for exists()
Solution: Add test for exists() with class/objct variables and methods
          (Yegappan Lakshmanan)

closes: #14088

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
src/testdir/test_exists.vim
src/version.c