tools/lookup: update dumb-jump backend
dumb-jump-go no longer returns a plist, but a file path, on successful jump.
This commit is contained in:
parent
3a3017004c
commit
6b21e31df6
1 changed files with 2 additions and 3 deletions
|
@ -149,9 +149,8 @@ project search with ag, rg, pt, or git-grep, combined with extra heuristics to
|
|||
reduce false positives.
|
||||
|
||||
This backend prefers \"just working\" over accuracy."
|
||||
(when (require 'dumb-jump nil t)
|
||||
;; dumb-jump doesn't tell us if it succeeded or not
|
||||
(plist-get (dumb-jump-go) :results)))
|
||||
(and (require 'dumb-jump nil t)
|
||||
(dumb-jump-go)))
|
||||
|
||||
(defun +lookup-project-search-backend (identifier)
|
||||
"Conducts a simple project text search for IDENTIFIER.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue