Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #865: Don't strip invisible text when formatting hover string
This was introduced in #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. Per #866 * eglot.el (eglot--format-markup): Use buffer-string instead of filter-buffer-substring
- Loading branch information