Don't null-byte delimit ripgrep file list
This commit is contained in:
parent
edef4d6c7d
commit
8532aa8dbe
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||||
(cond ((executable-find doom-projectile-fd-binary)
|
(cond ((executable-find doom-projectile-fd-binary)
|
||||||
(cons doom-projectile-fd-binary (list "-t" "f" "-E" ".git")))
|
(cons doom-projectile-fd-binary (list "-t" "f" "-E" ".git")))
|
||||||
((executable-find "rg")
|
((executable-find "rg")
|
||||||
(append (list "rg" "-0" "--files" "--color=never" "--hidden" "--no-messages")
|
(append (list "rg" "--files" "--color=never" "--hidden" "--no-messages")
|
||||||
(cl-loop for dir in projectile-globally-ignored-directories
|
(cl-loop for dir in projectile-globally-ignored-directories
|
||||||
collect "--glob" and collect (concat "!" dir))
|
collect "--glob" and collect (concat "!" dir))
|
||||||
(if IS-WINDOWS (list "--path-separator /"))))
|
(if IS-WINDOWS (list "--path-separator /"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue