commit | 14681627f39421cce289345d4ec9927c10fa3b1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 03 22:57:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 03 22:57:39 2020 +0200 |
tree | f7ba64b787e34d2fc1438a9546c3b9733d8b0802 | |
parent | 408c23b0794540ee3c568a1569f21406c5ed3ab8 [diff] [blame] |
patch 8.2.0896: crash when calling searchcount() with a string Problem: Crash when calling searchcount() with a string. Solution: Check the argument is a dict. (closes #6192)
diff --git a/src/version.c b/src/version.c index 801069b..0f01712 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 896, +/**/ 895, /**/ 894,