Files
neovim/runtime/lua
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-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00