Fix #4180: omit .git from file searches
This commit is contained in:
parent
427d38008b
commit
51744ce294
2 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ workspace."
|
|||
(helm-rg-default-extra-args
|
||||
(delq nil (append (list (when all-files "-z -uu")
|
||||
(unless recursive "--maxdepth 1")
|
||||
"--hidden")
|
||||
"--hidden" "-g" "!.git")
|
||||
args))))
|
||||
(setq deactivate-mark t)
|
||||
(helm-rg (or query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue