mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 17:11:48 +00:00
build(vim-patch): v8.2.4153 is n/a
This commit is contained in:
@@ -962,10 +962,11 @@ is_na_patch() {
|
||||
HUNKS=$(git -C "${VIM_SOURCE_DIR}" diff-tree --no-commit-id -r -b -U0 \
|
||||
'-I^\s+$' \
|
||||
'-I^\s*/?\*/?$' \
|
||||
'-I^\s*(//|/?\*).*\s([vV]im9|E[0-9]{4} - |channel|job|popup|sound|terminal)' \
|
||||
'-I^\s*(//|/?\*).*\s([vV]im9|E[0-9]{4} - |FEAT_|channel|job|popup|sound|terminal)' \
|
||||
'-I^#\s*((ifdef|ifndef|undef)|(if|elif)\s.*defined\().*FEAT_[^_]' \
|
||||
'-I^#\s*(else|endif)' \
|
||||
'-I^#\s*define\s+(FEAT|POPUPWIN|XDG|t)_[^_]' \
|
||||
'-I^\s+(&&|\|\|)\s.*defined\(.*FEAT_[^_]' \
|
||||
'-IEVENT_TERMINALWINOPEN' \
|
||||
'-I^#\s*define\s+POPF_CURSORLINE\s' \
|
||||
'-I^typedef enum \{$' \
|
||||
@@ -1007,10 +1008,11 @@ is_na_patch() {
|
||||
HUNKS=$(git -C "${VIM_SOURCE_DIR}" diff-tree --no-commit-id -r -b -U0 \
|
||||
'-I^\s+$' \
|
||||
'-I^\s*/?\*/?$' \
|
||||
'-I^\s*(//|/?\*).*\s([vV]im9|channel|job|popup|sound|terminal)' \
|
||||
'-I^#\s*((ifdef|ifndef|undef)|(if|elif)\s.*defined\().*FEAT_' \
|
||||
'-I^\s*(//|/?\*).*\s([vV]im9|E[0-9]{4} - |FEAT_|channel|job|popup|sound|terminal)' \
|
||||
'-I^#\s*((ifdef|ifndef|undef)|(if|elif)\s.*defined\().*FEAT_[^_]' \
|
||||
'-I^#\s*(else|endif)' \
|
||||
'-I^#\s*define\s+(FEAT|POPUPWIN|XDG)_' \
|
||||
'-I^#\s*define\s+(FEAT|POPUPWIN|XDG|t)_[^_]' \
|
||||
'-I^\s+(&&|\|\|)\s.*defined\(.*FEAT_[^_]' \
|
||||
'-IEVENT_TERMINALWINOPEN' \
|
||||
'-I^#\s*include\s+<proto/' \
|
||||
'-I^\s+\{"(popup|prop|sound)_[_a-z]+",.*f_(popup|prop|sound)_[_a-z]+},$' \
|
||||
|
||||
@@ -100,8 +100,10 @@
|
||||
\*autocommand-events\*
|
||||
\*builtin-function-list\*
|
||||
\*emacs[_-]tags\*
|
||||
\*global-ime\*
|
||||
\*help-toc-install\*
|
||||
\*job_[a-zA-Z0-9]\+()\*
|
||||
\*multibyte-ime\*
|
||||
\*os-support\*
|
||||
\*patches-\(after-\)\?[0-9].*\*
|
||||
\*popup-window-functions\*
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
^src/config\.[a-z]
|
||||
^src/configure
|
||||
^src/crypt
|
||||
^src/glbl_ime\.
|
||||
^src/gui[_.]
|
||||
^src/gvim
|
||||
^src/if_
|
||||
@@ -89,6 +90,7 @@
|
||||
\.desktop$
|
||||
\.diff$
|
||||
\.ico$
|
||||
\.idl$
|
||||
\.info$
|
||||
\.man$
|
||||
\.mms$
|
||||
|
||||
Reference in New Issue
Block a user