Revert "cp-ag, cp-rg: don't respect VCS ignore files"
This reverts commit ffc342bb7c.
This commit is contained in:
parent
ffc342bb7c
commit
6b69bbf621
1 changed files with 2 additions and 2 deletions
|
|
@ -735,7 +735,7 @@ is called with a prefix argument."
|
|||
(read-string (projectile-prepend-project-name "ag options: ")
|
||||
ignored
|
||||
'counsel-projectile-ag-options-history)
|
||||
(concat "--skip-vcs-ignores " ignored options))))
|
||||
(concat ignored options))))
|
||||
(counsel-ag (eval counsel-projectile-ag-initial-input)
|
||||
(projectile-project-root)
|
||||
options
|
||||
|
|
@ -781,7 +781,7 @@ is called with a prefix argument."
|
|||
(read-string (projectile-prepend-project-name "rg options: ")
|
||||
ignored
|
||||
'counsel-projectile-rg-options-history)
|
||||
(concat "--no-ignore-vcs " ignored options))))
|
||||
(concat ignored options))))
|
||||
(counsel-rg (eval counsel-projectile-rg-initial-input)
|
||||
(projectile-project-root)
|
||||
options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue