]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specific v8.2.3872
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Dec 2021 18:45:37 +0000 (18:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Dec 2021 18:45:37 +0000 (18:45 +0000)
commit080182216e605df3428cc699b9fd7e761368d12f
treeab39f866f2e44cbd3bfaac8ff6b5a8ea2593531f
parentf973eeb4911de09258e84cb2248dc0f9392824b4
patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specific

Problem:    Vim9: finddir() and uniq() return types can be more specific.
Solution:   Adjust the return type.
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/testdir/vim9.vim
src/version.c