branch: elpa/helm
commit 9892a048eebe84bad5d67b199faa9f7b703ff777
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Stop inserting a space in helm-lisp-completion-at-point input
---
 helm-elisp.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/helm-elisp.el b/helm-elisp.el
index 1b8d4af66b..a504d74930 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -350,8 +350,7 @@ Return a cons (beg . end)."
                                    0.01 nil
                                    #'helm-insert-completion-at-point
                                    beg end candidate))))
-           :input (if helm-lisp-fuzzy-completion
-                      target (concat target " "))
+           :input target
            :resume 'noresume
            :truncate-lines t
            :buffer "*helm lisp completion*"

Reply via email to