From cd71a1358902ac640b0feeda649c335af7a983a8 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 15 Aug 2026 22:28:08 -0400 Subject: [PATCH] build(vim-patch): auto-n/a refactor patch like v8.2.0514 Follow-up refactor patches, mixed with unrelated patches in the middle, is normal in vim-dev when the original patch is not fully tested across all builds via CI or reviewed by others. Unless core maintainers push "vim-patch:" directly to master/main branch without running the full test-suite, there is little reason to merge incomplete ports that will fail on Nvim's CI or code review. Relevant changes in patches like v8.2.0514 are either ported or (will) become N/A. --- scripts/vim-patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 0c0bce9d55..fea280656d 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -1014,8 +1014,8 @@ is_na_patch() { '-IEVENT_TERMINALWINOPEN' \ '-I^#\s*include\s+]sc_version = ' \ '-I[_.>]uf_script_ctx_version = ' \