From f8db3252c0daa41225ba4ed1c0d178b281cd3e90 Mon Sep 17 00:00:00 2001 From: northgaard Date: Thu, 9 Feb 2023 08:14:10 +0100 Subject: [PATCH] Pass disambiguation marker to consult--location-candidate (#37) (#38) Follow the breaking change of https://github.com/minad/consult/commit/7a175d0cb9ef2b21e030c730063b92bffc061e6f --- consult-lsp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/consult-lsp.el b/consult-lsp.el index c535844..1fc0de2 100644 --- a/consult-lsp.el +++ b/consult-lsp.el @@ -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))))))