Skip to content

Commit

Permalink
Disable highlighting in helm-esh-source for now.
Browse files Browse the repository at this point in the history
* helm-eshell.el (helm-esh-source): Do it.
We can't highlight abbreviates filenames with
a pattern containing abs filename.
  • Loading branch information
Thierry Volpiatto committed Apr 13, 2016
1 parent da0707c commit 8f5ec4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm-eshell.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
(candidates :initform 'helm-esh-get-candidates)
(nomark :initform t)
(persistent-action :initform 'ignore)
(nohighlight :initform t)
(filtered-candidate-transformer
:initform
(lambda (candidates _sources)
Expand Down

0 comments on commit 8f5ec4e

Please sign in to comment.