comparison src/version.c @ 20685:4c66962d322b v8.2.0896

patch 8.2.0896: crash when calling searchcount() with a string Commit: https://github.com/vim/vim/commit/14681627f39421cce289345d4ec9927c10fa3b1c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 3 22:57:39 2020 +0200 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 https://github.com/vim/vim/issues/6192)
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Jun 2020 23:00:03 +0200
parents 3a9dcfe62691
children 770a8e9c4781
comparison
equal deleted inserted replaced
20684:635e76ab3722 20685:4c66962d322b
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 896,
749 /**/ 751 /**/
750 895, 752 895,
751 /**/ 753 /**/
752 894, 754 894,
753 /**/ 755 /**/