]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operations v9.1.0479
authorzeertzjq <zeertzjq@outlook.com>
Thu, 13 Jun 2024 15:14:27 +0000 (17:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 13 Jun 2024 15:14:27 +0000 (17:14 +0200)
commit2f95ca9fcef8495d60e298ac2cd6d702b90bfb18
treea9ad46a535275d76c8d431b34112045becb3bf58
parentd353d2782032b91498601afefee4256592f48074
patch 9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operations

Problem:  fuzzy_match_str_with_pos() does unnecessary list operations.
Solution: Use fuzzy_match() directly (zeertzjq).

closes: #14987

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt
src/popupmenu.c
src/search.c
src/version.c