Skip to content

Commit

Permalink
Fix slow down on small set of candidates in locate (#840).
Browse files Browse the repository at this point in the history
* helm-locate.el (helm-locate-init): Don't bind process-connection-type.
  • Loading branch information
thierryvolpiatto committed Jan 30, 2015
1 parent d57369e commit 09bf987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helm-locate.el
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ See also `helm-locate'."
(case-sensitive-flag (if locate-is-es "-i" ""))
(ignore-case-flag (if (or locate-is-es
(not real-locate)) "" "-i"))
process-connection-type
(args (split-string helm-pattern " "))
(cmd (format helm-locate-command
(cl-case helm-locate-case-fold-search
Expand Down

0 comments on commit 09bf987

Please sign in to comment.