Fix #2317: helm-mode-handle-completion-in-region = t

It turns out that helm can handle completing ex constructs (e.g. globs),
so this setting is no longer needed.
This commit is contained in:
Henrik Lissner 2020-01-07 00:14:46 -05:00
parent af0139e974
commit b5a279311c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -57,8 +57,6 @@ be negative.")
helm-mode-line-string nil helm-mode-line-string nil
helm-ff-auto-update-initial-value nil helm-ff-auto-update-initial-value nil
helm-find-files-doc-header nil helm-find-files-doc-header nil
;; Don't override evil-ex's completion
helm-mode-handle-completion-in-region nil
;; Default helm window sizes ;; Default helm window sizes
helm-display-buffer-default-width nil helm-display-buffer-default-width nil
helm-display-buffer-default-height 0.25 helm-display-buffer-default-height 0.25