Files
neovim/scripts
zeertzjq 8bce9342d1 fix(vim-patch.sh): don't treat 1-file runtime-only patch as N/A (#36525)
If the patch in question does not change src/version.c, `git log -1`
instead shows the previous patch that changes src/version.c, which
causes 1-file runtime-only patches to be considered N/A.

Check that the remaining file is src/version.c to fix this problem.
Also use `git diff-tree` instead of `git log -1` for version.c.
2025-11-12 14:45:20 +08:00
..
2024-05-11 18:14:03 +08:00
2025-09-03 23:03:51 -04:00
2025-11-02 11:57:56 -05:00
2025-01-09 09:26:45 -08:00