Files
neovim/test/functional/fixtures
Barrett Ruth d03b4cfb7a feat(zip): checkhealth and encrypted entries
Problem:
There is no health check. Encrypted entries cannot be read at all, since
Info-ZIP takes a password only from a terminal and `-P` would expose it
in the process arguments.

Solution:
Add `:checkhealth nvim.zip`, reporting the backend and which
implementation is handling archives. Prompt for the password on a pty,
extracting to a file so the entry's bytes stay off the terminal. Report
Info-ZIP's exit code rather than inferring a cause, so an archive using
AES is not reported as a failed decryption.
2026-08-03 11:53:20 -05:00
..
2024-01-03 02:09:29 +01:00
2024-01-03 02:09:29 +01:00
2022-09-30 17:15:13 +02:00
2023-04-07 13:26:29 +02:00
2024-05-16 14:34:32 +02:00
2025-03-26 14:48:09 +01:00
2026-03-29 18:16:17 +02:00
2026-06-28 19:01:24 -04:00
2023-11-12 21:26:39 +01:00
2026-05-07 10:36:48 +02:00