Skip to content

Commit f0edfac

Browse files
authored
[fix] lsp-ui not displaying pop-up on MarkedString[] (#784)
1 parent 072bb29 commit f0edfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-ui-doc.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Because some variables are buffer local.")
351351
(append list-marked-string nil))))
352352
(if lsp-ui-doc-include-signature
353353
list-marked-string
354-
(cadr groups))))
354+
(cdar groups))))
355355

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

0 commit comments

Comments
 (0)