From 2f95ca9fcef8495d60e298ac2cd6d702b90bfb18 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 13 Jun 2024 17:14:27 +0200 Subject: 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 Signed-off-by: Christian Brabandt --- runtime/doc/syntax.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/doc') diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index eb1dd78566..7ec47bd83f 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 9.1. Last change: 2024 Jun 11 +*syntax.txt* For Vim version 9.1. Last change: 2024 Jun 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5688,7 +5688,6 @@ PmenuThumb Popup menu: Thumb of the scrollbar. PmenuMatch Popup menu: Matched text in normal item *hl-PmenuMatchSel* PmenuMatchSel Popup menu: Matched text in selected item - *hl-PopupNotification* PopupNotification Popup window created with |popup_notification()|. If not -- cgit v1.2.3