Skip to content

Commit

Permalink
[fix] lsp-ui not displaying pop-up on MarkedString[] (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
niontrix authored Dec 4, 2024
1 parent 072bb29 commit f0edfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-ui-doc.el
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Because some variables are buffer local.")
(append list-marked-string nil))))
(if lsp-ui-doc-include-signature
list-marked-string
(cadr groups))))
(cdar groups))))

(defun lsp-ui-doc--extract (contents)
"Extract the documentation from CONTENTS.
Expand Down

0 comments on commit f0edfac

Please # to comment.