m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 23:33:39 -05:00

Match changes in commit 781d19e2de

Jan Edmund Lazo
2018-01-15 22:09:15 -05:00
parent 2e1c405c30
commit b3a5268694

@@ -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