Files
neovim/test/functional
Justin M. Keyes 1f93acc293 backport: build(windows): vendor xxd.c (#36755)
backport https://github.com/neovim/neovim/pull/36746

Problem:
Currently we fetch a prebuilt xxd.exe from neovim/deps for Windows,
which is not ideal in terms of obviousness, misses updates, and is
clumsy to update.

Solution:
Similar to tee.c (#36363), vendor xxd.c from Vim and build it as part
of the Neovim build process. This makes the source obvious, enables
analyzer checks, and simplifies updates.

Fixes #36664

Co-authored-by: benarcher2691 <ben.archer2691@gmail.com>
2025-11-30 05:33:55 +00:00
..
2025-03-02 14:27:52 -08:00
2024-04-23 18:17:04 +02:00