Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't strip invisible text when formatting hover string
This was introduced in joaotavora#482 due to a bad interaction with a specific server. But this solution makes hyperlinks in Eldoc buffers unclickable, because the markdown-mode function that visits a link relies on the invisible text. Fixes joaotavora#865. * eglot.el (eglot--format-markup): Don't use 'filter-buffer-substring'; instead, keep invisible text.
- Loading branch information