mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 09:01:57 +00:00
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.
This commit is contained in:
@@ -1014,8 +1014,8 @@ is_na_patch() {
|
||||
'-IEVENT_TERMINALWINOPEN' \
|
||||
'-I^#\s*include\s+<proto/' \
|
||||
'-I^\s+\{"(popup|prop|sound)_[_a-z]+",.*f_(popup|prop|sound)_[_a-z]+},$' \
|
||||
'-I^\s*(static)?\svoid$' \
|
||||
'-I^static\svoid\s.+\(.+\);$' \
|
||||
'-I^\s*(static)?\s(char_u|hashtab_T|int|void)( \*)?$' \
|
||||
'-I^static\s(char_u|hashtab_T|int|void)\s\*?[^*]+\(.+\);$' \
|
||||
'-I#\s*define.*ex_ni$' \
|
||||
'-I[_.>]sc_version = ' \
|
||||
'-I[_.>]uf_script_ctx_version = ' \
|
||||
|
||||
Reference in New Issue
Block a user