summaryrefslogtreecommitdiffstats
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-13 17:14:27 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-13 17:14:27 +0200
commit2f95ca9fcef8495d60e298ac2cd6d702b90bfb18 (patch)
treea9ad46a535275d76c8d431b34112045becb3bf58 /runtime/doc/syntax.txt
parentd353d2782032b91498601afefee4256592f48074 (diff)
patch 9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operationsv9.1.0479
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>
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt3
1 files changed, 1 insertions, 2 deletions
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