commit | 10c83dde554b57ab4db71b96a0a02a5b6d1798e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 04 14:49:56 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 04 14:49:56 2021 +0200 |
tree | e44dd73fc8eeadec413682e604252a35352218c0 | |
parent | 7f2dd1e90c1d4a30c791fae20014594641769a1e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7482d3f..8f502cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3401, +/**/ 3400, /**/ 3399,