Skip to content

Commit 8e55189

Browse files
committed
Fix `find-definition' failing due to search term being too long
* bdx.el (bdx-find-definition): Don't search by the `demangled' field as it is often huge.
1 parent c60777a commit 8e55189

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bdx.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,6 @@ The return value is a cons (FILE . LINE)."
754754
(append (list "-n" "1")
755755
(list
756756
(and name (format "fullname:\"%s\"" name))
757-
(and demangled
758-
(format "demangled:\"%s\"" demangled))
759757
(and path (format "path:\"%s\"" path))
760758
(and section
761759
(format "section:\"%s\"" section))))))

0 commit comments

Comments
 (0)