From 3e487dd1456f661bc7c2f6a5e38083aabf647618 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Wed, 19 Aug 2026 01:24:03 -0400 Subject: [PATCH] build(vim-patch): n/a tabpanel docs from v9.1.1391 --- scripts/vim-patch.sh | 2 ++ 1 file changed, 2 insertions(+) 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\) .\+}' |