diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 20d3c52c46..de6ed4a6b6 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -932,11 +932,13 @@ is_na_patch() { diff-tree --no-commit-id -r -b -U0 \ '-I^\s+$' \ '-I^=+$' \ + '-I^\|:redrawtabpanel|' \ '-I^\|popup_[_a-z]+\(\)\|' \ '-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\|popup-windows\|' \ + '-I\|tabpanel\|' \ '-I\spopup window\s' \ "$patch" -- "${file}" | grep -v -e '{.\+ \(available\|compiled\) \(with\|without\) .\+}' |