Files
neovim/runtime/lua/nvim
Barrett Ruth 8787b8b9b6 fix(zip): do not run unzip from the current directory
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.
2026-08-03 15:22:25 -05:00
..
2026-08-01 17:48:32 -04:00
2026-07-22 13:21:39 -04:00
2026-07-13 19:44:15 +02:00