branch: elpa/helm
commit dfdb7ad492396c653f227d7f161de83bda2dbfc1
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Maybe show popup when selecting candidate with the mouse
---
helm-core.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/helm-core.el b/helm-core.el
index da63503ae1..15819ef61d 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5455,6 +5455,8 @@ specified as respectively `helm-cand-num' and
`helm-cur-source'."
(helm-get-previous-header-pos)))
(forward-line 1)))
(helm-mark-current-line)
+ (when helm-popup-tip-mode
+ (helm-maybe-show-help-echo))
(helm-follow-execute-persistent-action-maybe))
(select-window (minibuffer-window))
(set-buffer (window-buffer window)))))