cosmicexplorer / helm-rg

ripgrep is nice
GNU General Public License v3.0
101 stars 21 forks source link

Need a way to specify set of files to search #18

Open xiongtx opened 5 years ago

xiongtx commented 5 years ago

The helm-rg command allows specification of paths to search, but the paths can only be directories, not files.

When specifying files, we get:

Debugger entered--Lisp error: (wrong-type-argument string nil cur-file)
  signal(wrong-type-argument (string nil cur-file))

Specifying files is necessary to properly support ignore patterns in helm-projectile's .projectile file.