emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 4398934 01/69: Fix #198: prevent Eldoc flicker wh


From: João Távora
Subject: [elpa] externals/eglot 4398934 01/69: Fix #198: prevent Eldoc flicker when moving around
Date: Sun, 20 Oct 2019 08:21:40 -0400 (EDT)

branch: externals/eglot
commit 43989343faf5938791fc3e9a7c4b811d209d3a6f
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]