From 692c6b0bd173515c810b69d865d7159080d2d5bd Mon Sep 17 00:00:00 2001 From: bhagwan Date: Wed, 21 Feb 2024 07:26:36 -0800 Subject: [PATCH] chore: update README-Win --- README-Win.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README-Win.md b/README-Win.md index 80560088..00100191 100644 --- a/README-Win.md +++ b/README-Win.md @@ -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}`* see bottom note. For example, if we run: ```cmd @@ -54,3 +53,5 @@ If we double the blackslashes by typing `\\[` we get the error: ``` [Command failed: rg --line-number --column --color=always ^"\\\\[^"] ``` + +* upstream issue: https://github.com/junegunn/fzf/issues/3626