From 9e8f032f331ed61ad0213d27edc241aa5898aae3 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Thu, 27 Aug 2026 23:18:34 -0400 Subject: [PATCH] build(vim-patch): v9.2.0420 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 65316481cd..049c22c974 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -948,6 +948,7 @@ is_na_patch() { '-I^popup_[_a-z]+\(' \ '-I\*\s+For Vim version [0-9]\.[0-9]\.\s+Last change: [0-9]+ [A-Z][a-z]+ [0-9]+' \ '-I compiled (with|without) .*\(\|.+\|\) feature\.$' \ + '-I\|channel-open-[^|]+\|' \ '-I\|popup-windows\|' \ '-I\|tabpanel\|' \ '-I\spopup window\s' \ @@ -989,7 +990,7 @@ is_na_patch() { '-IEVENT_TERMINALWINOPEN' \ '-I^#\s*define\s+(ASSIGN_VAR|POPF_CURSORLINE)\s' \ '-I^typedef enum \{$' \ - '-I^\s+POPCLOSE_[A-Z]+,?$' \ + '-I^\s+(CH_MODE|POPCLOSE)_[A-Z]+,?$' \ '-I^\} popclose_T;$' \ '-I^EXTERN\schar\s+\*popup_transparent' \ '-I^EXTERN\sint\s+disable_vterm_title_for_testing' \ @@ -1000,6 +1001,7 @@ is_na_patch() { '-I^EXTERN char e_.*def_function' \ '-I^EXTERN char e_.*enddef' \ '-I^EXTERN char e_.*vim9' \ + '-I^EXTERN char e_[_a-z]+_channel' \ '-I^EXTERN char e_cannot_declare_.*variable_str' \ '-I^EXTERN char e_cannot_define_new_.+_as_static' \ '-I^EXTERN char e_cannot_use_a_return_type_with_new' \ @@ -1009,6 +1011,7 @@ is_na_patch() { '-I\sINIT\(= .+"E[0-9]+: .*:def ' \ '-I\sINIT\(= .+"E[0-9]+: .*enddef"' \ '-I\sINIT\(= .+"E[0-9]+: .*([vV]im9|interface)' \ + '-I\sINIT\(= .+"E[0-9]+: .* (ch|channel)_[_a-z]+\(\)' \ '-I\sINIT\(= .+"E1016: Cannot declare .* variable: ' \ '-I\sINIT\(= .+"E1103: Dictionary not set' \ '-I\sINIT\(= .+"E1365: Cannot use a return type with the \\"new\\" function"' \