]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4732: duplicate code to free fuzzy matches v8.2.4732
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Apr 2022 17:09:06 +0000 (18:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Apr 2022 17:09:06 +0000 (18:09 +0100)
commitc6e0a5e98c07d898e829d62bd938b1cc1fd37e94
tree30d7f2ba11a0532c7cc4fecbf0383d0fd02c058e
parentdb0ea7f2b00c84d84f188c9e9953c4f1887528e7
patch 8.2.4732: duplicate code to free fuzzy matches

Problem:    Duplicate code to free fuzzy matches.
Solution:   Bring back fuzmatch_str_free().
src/cmdexpand.c
src/proto/search.pro
src/search.c
src/version.c