]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3459: Vim9: need more tests for empty string arguments v8.2.3459
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 30 Sep 2021 18:00:00 +0000 (19:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Sep 2021 18:00:00 +0000 (19:00 +0100)
commit51491adfa86fd66a857cd7ec50d0b57dbdf3da59
tree0eeb61a9d9c7e2e178e6649ae5961232728cf987
parentbe01090efad242e30728275dea05420db6f96257
patch 8.2.3459: Vim9: need more tests for empty string arguments

Problem:    Vim9: need more tests for empty string arguments.
Solution:   Add more tests.  Also use empty argument with menu_info() to get
            the top-level menu names. (Yegappan Lakshmanan, closes #8925)
runtime/doc/eval.txt
src/menu.c
src/testdir/test_menu.vim
src/testdir/test_vim9_builtin.vim
src/version.c