m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Revert 08717df5c1fc91a3189a0ae4ef5a421b7bad34ce...1e61a57c8480f7cd1ff041664c46a9adb64901b4 on Cygwin

Junegunn Choi
2021-11-26 13:37:06 +09:00
parent 68633105d0
commit 215da35ead

@@ -1,4 +1,4 @@
On Cygwin, `install` script will download the prebuilt fzf binary for Windows platform. It does not run on mintty, the default terminal emulator shipped with Cygwin, but it works fine on [ConEmu](https://linkify.me/6C6fqMH) or the default Command Prompt (`cmd.exe`).
On Cygwin, `install` script will download the prebuilt fzf binary for Windows platform. It does not run on mintty, the default terminal emulator shipped with Cygwin, but it works fine on [ConEmu](https://conemu.github.io/) or the default Command Prompt (`cmd.exe`).
The Vim plugin of fzf also works with the Windows binary. It will start an extra `cmd.exe` window on mintty to circumvent the aforementioned limitation.