| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-29 | --tmux: Export bash functions | Junegunn Choi | |
| Fix #4001 | |||
| 2024-06-01 | Do not disable --height on mintty (because it works) | Junegunn Choi | |
| 2024-06-01 | Ignore --height option if it's not supported on the platform | Junegunn Choi | |
| This is to make shell integration work out of the box on Git bash. eval "$(fzf --bash)" vim <CTRL-T> # would print '--height option is currently not supported on this platform' | |||
| 2024-05-23 | Address review comments by @Konfekt | Junegunn Choi | |
| https://github.com/junegunn/fzf/commit/d4216b0dcc13567479d81cc5ad2adedb1443ea8b | |||
| 2024-05-23 | Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later | Junegunn Choi | |
| 2024-05-20 | Use winpty to launch fzf in Git bash (mintty) | Junegunn Choi | |
| Close #3806 Known limitation: * --height cannot be used | |||
