summaryrefslogtreecommitdiff
path: root/helm-eshell.el
diff options
context:
space:
mode:
authorJohn Shahid <jvshahid@gmail.com>2019-02-15 12:33:48 -0500
committerJohn Shahid <jvshahid@gmail.com>2019-02-15 12:33:48 -0500
commit4ab3451ada21366172cb6580e9a3511e3e9ed83d (patch)
tree05feb7d7164d33a2add04cf9708a4c3076742ed8 /helm-eshell.el
parentb5fabe194d13cd5299514aa54b35741893abaf95 (diff)
Allow `helm-eshell-fuzzy-match' to control `helm-eshell-history' behavior
Diffstat (limited to 'helm-eshell.el')
-rw-r--r--helm-eshell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-eshell.el b/helm-eshell.el
index 66e81d75..005e418a 100644
--- a/helm-eshell.el
+++ b/helm-eshell.el
@@ -335,7 +335,8 @@ The function that call this should set `helm-ec-target' to thing at point."
(unwind-protect
(with-helm-show-completion beg end
(helm :sources (helm-make-source "Eshell history"
- 'helm-eshell-history-source)
+ 'helm-eshell-history-source
+ :fuzzy-match helm-eshell-fuzzy-match)
:buffer "*helm eshell history*"
:resume 'noresume
:input input))