diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-06-14 04:28:41 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-06-15 04:47:23 +0800 |
commit | e2ef5330252b3b52b816503cdcb01934b68f43a0 (patch) | |
tree | bce75acfc994bd995e6f77175577aade742c8485 /runtime/doc/syntax.txt | |
parent | dc4037f612c6f3bbc76890adfa638d48ec238eee (diff) | |
download | rneovim-e2ef5330252b3b52b816503cdcb01934b68f43a0.tar.gz rneovim-e2ef5330252b3b52b816503cdcb01934b68f43a0.tar.bz2 rneovim-e2ef5330252b3b52b816503cdcb01934b68f43a0.zip |
vim-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: vim/vim#14987
https://github.com/vim/vim/commit/2f95ca9fcef8495d60e298ac2cd6d702b90bfb18
N/A patch:
vim-patch:9.1.0478: potential deref of NULL pointer in fuzzy_match_str_with_pos
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index ac4dc6286c..53c8846a85 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -5080,7 +5080,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-Question* Question |hit-enter| prompt and yes/no questions. *hl-QuickFixLine* |