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

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

[elpa] 02/05: company-pseudo-tooltip-show: Improve tooltip-guard results


From: Dmitry Gutov
Subject: [elpa] 02/05: company-pseudo-tooltip-show: Improve tooltip-guard results
Date: Sun, 14 Sep 2014 07:06:24 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 01db5469cdffb16c3adca1eb3814fef98ba6cf16
Author: Dmitry Gutov <address@hidden>
Date:   Sun Sep 14 02:34:28 2014 +0400

    company-pseudo-tooltip-show: Improve tooltip-guard results
---
 company.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index 79b72d5..39c120b 100644
--- a/company.el
+++ b/company.el
@@ -2388,7 +2388,7 @@ Returns a negative number if the tooltip should be 
displayed above point."
              (end (save-excursion
                     (move-to-window-line (+ row (abs height)))
                     (point)))
-             (ov (make-overlay (if nl beg (1- beg)) end))
+             (ov (make-overlay (if nl beg (1- beg)) end nil t))
              (args (list (mapcar 'company-plainify
                                  (company-buffer-lines beg end))
                          column nl above)))



reply via email to

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