mirror of
https://github.com/neovim/neovim.git
synced 2026-08-14 11:29:31 +00:00
Problem: Windows searches the current directory before $PATH, so opening an archive in a directory that also contains an `unzip` executable runs that one. The legacy plugin refused this; the port dropped the check. Solution: Refuse to run `unzip` when it resolves to the current directory.