From 2b232a9d6e790966dbdb3402eca96f00412b135d Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Thu, 13 Aug 2026 23:05:18 -0400 Subject: [PATCH] build(vim-patch): v8.1.1628 docs are n/a --- scripts/vim-patch.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 59ad932548..1b95445a39 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -930,9 +930,13 @@ is_na_patch() { runtime/doc/*.txt | runtime/pack/dist/opt/*/doc/*.txt) 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+$' \ + '-I^=+$' \ + '-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^=+$' \ + '-I|popup-windows|' \ + '-I\spopup window\s' \ "$patch" -- "${file}" | grep -v -e '{.\+ \(available\|compiled\) \(with\|without\) .\+}' | grep -Pzo '(?<=\n)@@ -[0-9][^@\n]+\+[0-9][^@\n]* @@[^@\n]*\n(?=([-+][^\n]*\n)+(@|$))' |