]> granicus.if.org Git - vim/commit
patch 9.0.0269: getscriptinfo() does not include the version v9.0.0269
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 25 Aug 2022 16:40:40 +0000 (17:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 25 Aug 2022 16:40:40 +0000 (17:40 +0100)
commit520f6ef60a59f7b5f3da9199999d13dbe817d3ce
tree7982ec9430d2766a4f4f53066e2172f8311e328a
parent0166e398d11a09662d783fe5db62b414045880f8
patch 9.0.0269: getscriptinfo() does not include the version

Problem:    getscriptinfo() does not include the version.  Cannot select
            entries by script name.
Solution:   Add the "version" item and the "name" argument. (Yegappan
            Lakshmanan, closes #10962)
runtime/doc/builtin.txt
src/evalfunc.c
src/scriptfile.c
src/testdir/test_scriptnames.vim
src/testdir/test_vim9_builtin.vim
src/testdir/test_vim9_import.vim
src/version.c