mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
fixup! fixup! vim-patch.sh: list related missing Vim patches [ci skip] #11514
This commit is contained in:
parent
58033e15d5
commit
4c152be726
@ -560,6 +560,7 @@ list_missing_previous_vimpatches_for_patch() {
|
|||||||
local -a missing_vim_patches=()
|
local -a missing_vim_patches=()
|
||||||
_set_missing_vimpatches 1 -- "${fname}"
|
_set_missing_vimpatches 1 -- "${fname}"
|
||||||
|
|
||||||
|
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
||||||
local missing_vim_commit_info="${missing_vim_patches[0]}"
|
local missing_vim_commit_info="${missing_vim_patches[0]}"
|
||||||
if [[ -z "${missing_vim_commit_info}" ]]; then
|
if [[ -z "${missing_vim_commit_info}" ]]; then
|
||||||
printf -- "-\n"
|
printf -- "-\n"
|
||||||
@ -572,6 +573,7 @@ list_missing_previous_vimpatches_for_patch() {
|
|||||||
printf -- "-\n"
|
printf -- "-\n"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
set -u
|
||||||
done
|
done
|
||||||
|
|
||||||
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
||||||
|
Loading…
Reference in New Issue
Block a user