scripts/vim-patch.sh: include --shortstat with -m

This commit is contained in:
Daniel Hahler
2020-01-26 15:21:33 +01:00
committed by Jan Edmund Lazo
parent f319e4608e
commit 82b09bc9d2

View File

@@ -598,7 +598,9 @@ list_missing_previous_vimpatches_for_patch() {
if [[ -z "${missing_list[*]}" ]]; then
msg_ok 'no missing previous Vim patches'
set -u
return 0
return 0
fi
set -u
local -a missing_unique
while IFS= read -r line; do