Skip to content

Commit

Permalink
chore: update README-Win
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed Feb 21, 2024
1 parent 07f6034 commit 692c6b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README-Win.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ However, when using the native version we need to escape the caret twice:
```

More so, I couldn't find a way to send special regex chars `[(|.*^$` as the backslash
is always doubled by fzf's `{q}`, this probably has a solution, **requires more research
or opening an issue upstream**.
is always doubled by fzf's `{q}`<sub><sup>&ast; see bottom note</sup></sub>.

For example, if we run:
```cmd
Expand All @@ -54,3 +53,5 @@ If we double the blackslashes by typing `\\[` we get the error:
```
[Command failed: rg --line-number --column --color=always ^"\\\\[^"]
```

<sub><sup>&ast; upstream issue: https://github.com/junegunn/fzf/issues/3626</sup></sub>

0 comments on commit 692c6b0

Please sign in to comment.