Skip to content

Commit

Permalink
Fix issue #1130
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Dec 25, 2024
1 parent 2f9a7bd commit 9c557ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-bridge-ref.el
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ user more freedom to use rg with special arguments."
(cl-dolist (buffer (buffer-list))
(let* ((buf-file-name (buffer-file-name buffer))
(file-name (if (stringp buf-file-name) (substring-no-properties buf-file-name) buf-file-name)))
(when (lsp-bridge-path-equal file-name filepath)
(when (string-equal file-name filepath)
(cl-return buffer)
))))

Expand Down

0 comments on commit 9c557ba

Please sign in to comment.