From 12d9f33c155dcd06c3920defa72db081db4c5774 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Thu, 6 Aug 2026 13:16:35 -0400 Subject: [PATCH] build(vim-patch): vim9 error 1103 is n/a v8.2.1341 --- scripts/vim-patch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 74966c99e8..fb5b5a6268 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -960,11 +960,14 @@ is_na_patch() { '-I^EXTERN char e_.*enddef' \ '-I^EXTERN char e_.*vim9' \ '-I^EXTERN char e_cannot_declare_.*variable_str' \ + '-I^EXTERN char e_dictionary_not_set' \ + '-I^EXTERN char e_dictnull' \ '-I\sINIT\(= .+"E[0-9]+: (Abstract|Class|Enum|Interface|Type) ' \ '-I\sINIT\(= .+"E[0-9]+: .*:def ' \ '-I\sINIT\(= .+"E[0-9]+: .*enddef"' \ '-I\sINIT\(= .+"E[0-9]+: .*[vV]im9' \ '-I\sINIT\(= .+"E1016: Cannot declare .* variable: ' \ + '-I\s+INIT\(= .+"E1103: Dictionary not set' \ "$patch" -- "${file}" | grep '^@@ .* @@') if test -n "$HUNKS"; then