branch: externals/eglot
commit 43989343faf5938791fc3e9a7c4b811d209d3a6f
Author: João Távora <joaotav...@gmail.com>
Commit: João Távora <joaotav...@gmail.com>

    Fix #198: prevent Eldoc flicker when moving around
    
    * eglot.el (eglot-eldoc-function): Return eldoc-last-message
    immediately.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 031a657..98032b4 100644
--- a/eglot.el
+++ b/eglot.el
@@ -2070,7 +2070,7 @@ If SKIP-SIGNATURE, don't try to send 
textDocument/signatureHelp."
                          ov)))
                    highlights))))
          :deferred :textDocument/documentHighlight))))
-  nil)
+  eldoc-last-message)
 
 (defun eglot-imenu (oldfun)
   "EGLOT's `imenu-create-index-function' overriding OLDFUN."

Reply via email to