spacemacs-ivy: escape special chars in counsel input

This commit is contained in:
Muneeb Shaikh 2016-03-08 11:54:59 +05:30 committed by syl20bnr
parent b1a6d8977a
commit dfceb3deb9

View file

@ -140,7 +140,7 @@ that directory."
spacemacs--counsel-search-max-path-length)
(length counsel--git-grep-dir))))))
(spacemacs//make-counsel-search-function tool)
:initial-input initial-input
:initial-input (rxt-quote-pcre initial-input)
:dynamic-collection t
:history 'counsel-git-grep-history
:action #'counsel-git-grep-action