fix(lookup): project search backend no-op
Due to an inverted condition.
This commit is contained in:
parent
56e998c577
commit
9405cf0379
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ This backend prefers \"just working\" over accuracy."
|
||||||
|
|
||||||
Uses and requires `+ivy-file-search', `+helm-file-search', or `+vertico-file-search'.
|
Uses and requires `+ivy-file-search', `+helm-file-search', or `+vertico-file-search'.
|
||||||
Will return nil if neither is available. These require ripgrep to be installed."
|
Will return nil if neither is available. These require ripgrep to be installed."
|
||||||
(unless identifier
|
(when identifier
|
||||||
(let ((query (rxt-quote-pcre identifier)))
|
(let ((query (rxt-quote-pcre identifier)))
|
||||||
(ignore-errors
|
(ignore-errors
|
||||||
(cond ((modulep! :completion ivy)
|
(cond ((modulep! :completion ivy)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue