diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 81d3628bef..15412ba5a3 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -997,7 +997,7 @@ is_na_patch() { '-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' \ + '-I^EXTERN\sint\s+[_a-z]+_for_testing\s' \ '-I^EXTERN type_T static_types\[' \ '-I^EXTERN type_T t_.* INIT[2-9]\(' \ '-I^EXTERN\swin_T\s+\*popup_dragwin' \