Merge #41184 from janlazo/na-patch-821000

This commit is contained in:
Justin M. Keyes
2026-08-06 04:46:07 -04:00
committed by GitHub
3 changed files with 8 additions and 0 deletions

View File

@@ -942,6 +942,12 @@ is_na_patch() {
test "$HUNK_NUM_FINAL" -ne 0 && return 1
fi
;;
src/testdir/Make*.mak)
HUNKS=$(git -C "${VIM_SOURCE_DIR}" diff-tree --no-commit-id -r -b -U0 \
'-I\stest8[67]\.out \\$' \
"$patch" -- "${file}")
test -n "$HUNKS" && return 1
;;
*.h)
HUNKS=$(git -C "${VIM_SOURCE_DIR}" diff-tree --no-commit-id -r -b -U0 \
'-I^\s+$' \

View File

@@ -45,6 +45,7 @@
^init_longVersion(
^l\?alloc(size_t
^l\?alloc[a-zA-Z0-9_]\+(size_t
^mch_create_pty_channel(
^mch_job_[a-z]\+(
^mem_[a-zA-Z0-9_]\+(
^restore_buffer(bufref_T

View File

@@ -75,6 +75,7 @@
^src/testdir/test_channel
^src/testdir/test_terminal
^src/testdir/test_vim9
^src/testdir/test8[67]\.
^src/tool[a-z]
^src/vim\.[^h]
^src/vim9