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

[vim] Fix argument escaping for Windows batch file

Fix #3620
This commit is contained in:
Junegunn Choi
2024-05-01 10:02:26 +09:00
parent a9811addaa
commit 835d2fb98c
2 changed files with 22 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ CHANGELOG
- `change-multi(0)` - disable multi-select mode
- `become` action is now supported on Windows
- Unlike in *nix, this does not use `execve(2)`. Instead it spawns a new process and waits for it to finish, so the exact behavior may differ.
- Fixed argument escaping for Windows cmd.exe
- Bug fixes and improvements
0.50.0