diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 27fd8773b2..90429806e2 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -1017,7 +1017,7 @@ is_na_patch() { HUNKS=$(git -C "${VIM_SOURCE_DIR}" diff-tree --no-commit-id -r -b -U0 \ '-I^\s+$' \ '-I^\s*/?\*/?$' \ - '-I^\s*(//|/?\*).*\s([vV]im9|E[0-9]{4} - |FEAT_|channel|job|popup|sound|terminal)' \ + '-I^\s*(//|/?\*).*\s([vV]im9|E[0-9]{4} - |FEAT_|channel|job|popup|sound|terminal|uf_type_list)' \ '-I^#\s*((ifdef|ifndef|undef)|(if|elif)\s.*defined\().*FEAT_[^_]' \ '-I^#\s*(else|endif)' \ '-I^#\s*define\s+(FEAT|POPUPWIN|XDG|t)_[^_]' \ @@ -1031,6 +1031,7 @@ is_na_patch() { '-I[.>]b_p_key' \ '-I[_.>]sc_version = ' \ '-I[_.>]uf_script_ctx_version = ' \ + '-I[_.>]uf_type_list' \ '-I = skip_type\(.+\);$' \ '-Icheck_typval_type\(.+\)' \ '-Icrypt_get_method_nr\(.+\)' \