From 906639e34b13355f23af42e7d548b6ac01f4b591 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Fri, 7 Aug 2026 14:59:32 -0400 Subject: [PATCH] build(vim-patch): vim9 check_typval_type() is n/a v8.2.1551 --- scripts/vim-patch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 2b419f627e..1ec4101b3b 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -992,6 +992,7 @@ is_na_patch() { '-I[_.>]sc_version = ' \ '-I[_.>]uf_script_ctx_version = ' \ '-I = skip_type\(.+\);$' \ + '-Icheck_typval_type\(.+\)' \ "$patch" -- "${file}" | grep '^@@ .* @@') if test -n "$HUNKS"; then