From 693de029bc0377dc89291ab3dedeec1f01051a73 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Thu, 6 Aug 2026 12:53:45 -0400 Subject: [PATCH] build(vim-patch): vim9 skip_type() is n/a v8.2.1300 --- scripts/vim-patch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index fe4c99b1da..74966c99e8 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -982,6 +982,7 @@ is_na_patch() { '-I#\s*define.*ex_ni$' \ '-I[_.>]sc_version = ' \ '-I[_.>]uf_script_ctx_version = ' \ + '-I = skip_type\(.+\);$' \ "$patch" -- "${file}" | grep '^@@ .* @@') if test -n "$HUNKS"; then