From 15f6b7a7f545e4504c04fc4d93cf8bde356e49f7 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 23 Aug 2026 22:11:30 -0400 Subject: [PATCH] build(vim-patch): vim9 uf_type_list is n/a From v8.2.0149 . Target v9.0.1605 . --- scripts/vim-patch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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\(.+\)' \