bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

[GH-124] Remove "targets" for `helm-do-ag` #128

Closed xiongtx closed 5 years ago

xiongtx commented 5 years ago

The intention here was to include directories prefixed with + in .projectile, but that's not what the TARGETS parameter is for in helm-do-ag. Instead, TARGETS restricts the search to only files / directories in TARGETS.

xiongtx commented 5 years ago

Superseded by #129.