Skip to content

Commit

Permalink
Pass disambiguation marker to consult--location-candidate (#37) (#38)
Browse files Browse the repository at this point in the history
Follow the breaking change of
minad/consult@7a175d0
  • Loading branch information
northgaard authored and gagbo committed Feb 9, 2023
1 parent 37169e2 commit f8db325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consult-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ usable in the annotation-function."
symb-info-name))))
marker
(1+ lbeg)
marker
'consult--type (consult-lsp--symbols--kind-to-narrow symbol)
'consult--name (lsp:symbol-information-name symbol)
'consult--details (lsp:document-symbol-detail? symbol))))))
Expand Down

0 comments on commit f8db325

Please sign in to comment.