Replies: 1 comment 1 reply
-
When using Maybe something related to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Say my
$PWD
is/foo
and I dorg "Bar" foo/
.rg
finds the file and prints:In my config I have:
When I do Ctrl-g in nVim
rg
behaves differently. It does search files, but some paths are omitted for unclear reasons, thefoo/long/path/to/the/file.dat
is not returned. And yes, this is an actual test I have done.My
.ripgreprc
:Any clues as to what's going on?
Beta Was this translation helpful? Give feedback.
All reactions