mirror of
https://github.com/neovim/neovim.git
synced 2026-09-10 07:55:51 +00:00
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:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user