Commit fb6f4c4
fix(rg): respect opts.rg_glob; --iglob can handle directory
ripgrep behavior
* `rg foo a/ b/a.c --iglob a.lua`: b/a.c is excluded
* `rg foo a/ b/ --iglob a.lua`: b/a.c isn't excluded1 parent bdf2273 commit fb6f4c4
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
| |||
343 | 345 | | |
344 | 346 | | |
345 | 347 | | |
346 | | - | |
| 348 | + | |
347 | 349 | | |
348 | 350 | | |
349 | 351 | | |
| |||
0 commit comments