build(vim-patch): N/A diffs from vim9 err msgs #41070

This commit is contained in:
Jan Edmund Lazo
2026-07-31 05:09:43 -04:00
committed by GitHub
parent 25d5fe34a8
commit 02a25caa1b

View File

@@ -946,7 +946,13 @@ is_na_patch() {
'-I^\s+$' \
'-I^#\s*(ifdef|if.*defined\().*FEAT_' \
'-I^#\s*(else|endif)' \
'-I^EXTERN char e_(abstract|class|enum|interface|type)_' \
'-I^EXTERN char e_.*def_function' \
'-I^EXTERN char e_.*enddef' \
'-I^EXTERN char e_.*vim9' \
'-I^\s*INIT\(= .+"E[0-9]+: (Abstract|Class|Enum|Interface|Type) ' \
'-I^\s*INIT\(= .+"E[0-9]+: .*:def ' \
'-I^\s*INIT\(= .+"E[0-9]+: .*enddef"' \
'-I^\s*INIT\(= .+"E[0-9]+: .*[vV]im9' \
"$patch" -- "$file")
test -n "${HUNKS}" && return 1