]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0244: cannot easily get the list of sourced scripts v9.0.0244
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 22 Aug 2022 12:15:13 +0000 (13:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 22 Aug 2022 12:15:13 +0000 (13:15 +0100)
commitf768c3d19c518822d89dec4cc3947ddeea249316
tree5653c5bbaa38515ba7401fed81da6972971a260e
parente89aeed43e6eca1bda5379cf9b437bce3bc56628
patch 9.0.0244: cannot easily get the list of sourced scripts

Problem:    Cannot easily get the list of sourced scripts.
Solution:   Add the getscriptinfo() function. (Yegappan Lakshmanan,
            closes #10957)
runtime/doc/builtin.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/proto/scriptfile.pro
src/scriptfile.c
src/testdir/test_scriptnames.vim
src/testdir/test_vim9_import.vim
src/version.c