Skip to content

Commit

Permalink
fix cdr parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Oct 12, 2023
1 parent f1517f0 commit 36714bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-bridge.el
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ Off by default."

(if (or (string-equal filehost "") lsp-bridge-enable-with-tramp)
(progn
(setq filename (concat (cdr (assoc filehost lsp-bridge-tramp-alias-alist) filename)))
(setq filename (concat (cdr (assoc filehost lsp-bridge-tramp-alias-alist)) filename))
(let ((match-window (lsp-bridge-find-window-match-filename filename)))
(if (and lsp-bridge-find-def-select-in-open-windows
match-window)
Expand Down

0 comments on commit 36714bb

Please sign in to comment.