comparison src/version.c @ 28415:813660733869 v8.2.4732

patch 8.2.4732: duplicate code to free fuzzy matches Commit: https://github.com/vim/vim/commit/c6e0a5e98c07d898e829d62bd938b1cc1fd37e94 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 10 18:09:06 2022 +0100 patch 8.2.4732: duplicate code to free fuzzy matches Problem: Duplicate code to free fuzzy matches. Solution: Bring back fuzmatch_str_free().
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Apr 2022 19:15:03 +0200
parents 1170b35651a5
children bca485676073
comparison
equal deleted inserted replaced
28414:e1b7812a4f3b 28415:813660733869
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 4732,
749 /**/ 751 /**/
750 4731, 752 4731,
751 /**/ 753 /**/
752 4730, 754 4730,
753 /**/ 755 /**/