From bb3adbe52e04e07362a6c0bf4375c16d14e12144 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 30 Aug 2026 19:14:21 -0400 Subject: [PATCH] build(vim-patch): v9.0.1994 is n/a --- scripts/vim-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 15412ba5a3..f390cd52b0 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -939,7 +939,6 @@ is_na_patch() { for file in $FILES_REMAINING; do case ${file} in runtime/doc/*.txt | runtime/pack/dist/opt/*/doc/*.txt) - # TODO(@janlazo): ignore (multi-line) phrases based on regexp '{.\+ \(available\|compiled\) \(with\|without\) .\+}' HUNKS=$(git -c core.attributesfile="$NVIM_SOURCE_DIR"/.gitattributes -c 'diff.helphelp.xfuncname=^.*\*[^*]+\*$' -C "${VIM_SOURCE_DIR}" \ diff-tree --no-commit-id -r -b -U0 \ '-I^\s+$' \ @@ -949,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\{.+ (available|compiled) (with|without) .+\}' \ '-I\|channel-open-[^|]+\|' \ '-I\|popup-windows\|' \ '-I\|tabpanel\|' \