mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
fixup! vim-patch.sh: list related missing Vim patches [ci skip] #11514
This commit is contained in:
parent
1e693ac97d
commit
81a0d10f13
@ -430,9 +430,11 @@ _set_tokens_and_tags() {
|
||||
list_missing_vimpatches() {
|
||||
local -a missing_vim_patches=()
|
||||
_set_missing_vimpatches "$@"
|
||||
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
||||
for line in "${missing_vim_patches[@]}"; do
|
||||
printf '%s\n' "$line"
|
||||
done
|
||||
set -u
|
||||
}
|
||||
|
||||
# Sets / appends to missing_vim_patches (useful to avoid a subshell when
|
||||
|
Loading…
Reference in New Issue
Block a user