build(vim-patch): de10c87bed5a79ed80f1bb428a391faefdff13c9 is almost n/a

Vim desktop files are N/A.
"src/po/zh_CN.UTF-8.po" is applicable.
This commit is contained in:
Jan Edmund Lazo
2026-09-07 13:26:35 -04:00
parent 53b372d443
commit cb81d878a2

View File

@@ -966,9 +966,12 @@ is_na_patch() {
'-I^\$\([_A-Z]+\)\.pot:' \
"$patch" -- "${file}")
if test -n "$HUNKS"; then
# shellcheck disable=SC2016
HUNK_NUM_FINAL=$(echo "$HUNKS" | grep '^@@ .* @@' | sed 's/^@@ .* @@ //' | grep -cv \
-e '^\$([_A-Z]\+)\.pot:' \
-e '^clean:')
-e '^clean:' \
-e '^g\?vim\.desktop:' \
)
test "$HUNK_NUM_FINAL" -ne 0 && return 1
fi
;;