forked from niuiic/blink-cmp-rg.nvim
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: only register each unique match once (#46)
Right now we are registering each match multiple times, which is not very useful. It will add more context to the context window (documentation), but it's not very clear to read the context anyway. Most of the time I just ignore it. If in the future we have a better way to inspect each submatch, this should be reconsidered.
- Loading branch information
1 parent
9395c44
commit 1d57681
Showing
1 changed file
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters