From d1370730247b71428c7486a931095946103f49ed Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Fri, 14 Aug 2026 17:12:17 -0400 Subject: [PATCH] build(vim-patch): v8.1.2195 is n/a --- scripts/vim-patch.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index c999c9f38e..970bfbc1b7 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -1003,17 +1003,20 @@ 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|sound)' \ + '-I^\s*(//|/?\*).*\s([vV]im9|sound|terminal)' \ '-I^#\s*((ifdef|ifndef|undef)|(if|elif)\s.*defined\().*FEAT_' \ '-I^#\s*(else|endif)' \ '-I^#\s*define\s+(FEAT|POPUPWIN|XDG)_' \ '-I^#\s*include\s+]sc_version = ' \ '-I[_.>]uf_script_ctx_version = ' \ '-I = skip_type\(.+\);$' \ '-Icheck_typval_type\(.+\)' \ + '-I\spopup_set_firstline\(.+\);' \ '-I\svim_free\(.*w_popup_title\);' \ "$patch" -- "${file}" | grep '^@@ .* @@')