From b3a526869492cf66f4d284774c4c551da13aae3b Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Mon, 15 Jan 2018 22:09:15 -0500 Subject: [PATCH] Match changes in commit https://github.com/junegunn/fzf/pull/1200/commits/781d19e2deef30756ce56c0c786998f23f6e4174 --- Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows.md b/Windows.md index 8e76cdf..d311606 100644 --- a/Windows.md +++ b/Windows.md @@ -30,7 +30,7 @@ To use relative filepaths, set `FZF_DEFAULT_COMMAND` to any of the following and - cmd.exe https://github.com/junegunn/fzf/pull/971#issuecomment-313971408 ```dosbatch - cmd.exe /v:on/s/c "for /r %P in (*) do @(set _relpath=%P & echo !_relpath:%__cd__%=!)" + cmd.exe /v:on/s/c "for /r %P in (*) do @(set _curfile=%P & echo !_curfile:%__cd__%=!)" ``` - powershell https://github.com/junegunn/fzf/issues/960 ```dosbatch