-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error parsing regex near 'E:\Relea' at character offset 3: Unrecognized escape sequence: '\R'. #338
Comments
I think this is a dupe of #326. |
@BurntSushi, I have look through the #326 issue, it seems like it is still open. Below is what I'm try on my Windows 7 SP1 64bit system.
|
It is indeed still open. But it still looks like a duplicate to me. :-) |
@BurntSushi , I have found a new strange behaviour for command "rg --files [path]" |
The bug is that the file path appears to be interpreted as a regex. If that's true, then your error messages make sense:
ripgrep uses regex 0.2.1. |
@BurntSushi, so what you mean this bug maybe came from regex 0.2.1? |
No. It's clearly a bug in ripgrep proper. For some reason, the file path is
being parsed as a regex, but it shouldn't be. I haven't had a chance to
investigate further.
…On Jan 23, 2017 21:14, "jiangjianshan" ***@***.***> wrote:
@BurntSushi <https://github.com/BurntSushi>, so what you mean this bug
maybe came from regex 0.2.1?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#338 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAb34jBuz1xkzn6EZOU4ObwOd5cA4-cNks5rVV6VgaJpZM4LqRkw>
.
|
Hello,
let g:ctrlp_user_command = 'rg %s --files --color=never --glob ""'
The version of ripgrep I'm using is 0.4.0, which is installed from commad 'cargo install ripgrep'.
Is it something wrong for my setting for the rg command or any other reasong to cause this issue?
The text was updated successfully, but these errors were encountered: