]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile() v8.2.3401
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Sep 2021 12:49:56 +0000 (14:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Sep 2021 12:49:56 +0000 (14:49 +0200)
commit10c83dde554b57ab4db71b96a0a02a5b6d1798e9
treee44dd73fc8eeadec413682e604252a35352218c0
parent7f2dd1e90c1d4a30c791fae20014594641769a1e
patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile()

Problem:    Vim9: cannot use a negative count with finddir() and findfile().
Solution:   Adjust the return type. (closes #8776)
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c