commit | c6e0a5e98c07d898e829d62bd938b1cc1fd37e94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 10 18:09:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 10 18:09:06 2022 +0100 |
tree | 30d7f2ba11a0532c7cc4fecbf0383d0fd02c058e | |
parent | db0ea7f2b00c84d84f188c9e9953c4f1887528e7 [diff] [blame] |
patch 8.2.4732: duplicate code to free fuzzy matches Problem: Duplicate code to free fuzzy matches. Solution: Bring back fuzmatch_str_free().
diff --git a/src/version.c b/src/version.c index 57e1fed..95486ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4732, +/**/ 4731, /**/ 4730,