commit | 080182216e605df3428cc699b9fd7e761368d12f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 22 18:45:37 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 22 18:45:37 2021 +0000 |
tree | ab39f866f2e44cbd3bfaac8ff6b5a8ea2593531f | |
parent | f973eeb4911de09258e84cb2248dc0f9392824b4 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 3ce7063..7a1fd69 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3872, +/**/ 3871, /**/ 3870,