fixup! vim-patch.sh: list related missing Vim patches [ci skip] #11514

This commit is contained in:
Jan Edmund Lazo
2019-12-28 00:11:38 -05:00
parent 1e693ac97d
commit 81a0d10f13

View File

@@ -430,9 +430,11 @@ _set_tokens_and_tags() {
fi
}
# Prints a newline-delimited list of Vim commits, for use by scripts.
# "$1": use extended format?
# "$@" is passed to list_vim_commits, as extra arguments to git-log.
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