mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
scripts/vim-patch.sh: include --shortstat with -m
This commit is contained in:

committed by
Jan Edmund Lazo

parent
f319e4608e
commit
82b09bc9d2
@@ -598,7 +598,9 @@ list_missing_previous_vimpatches_for_patch() {
|
|||||||
if [[ -z "${missing_list[*]}" ]]; then
|
if [[ -z "${missing_list[*]}" ]]; then
|
||||||
msg_ok 'no missing previous Vim patches'
|
msg_ok 'no missing previous Vim patches'
|
||||||
set -u
|
set -u
|
||||||
return 0
|
return 0
|
||||||
|
fi
|
||||||
|
set -u
|
||||||
|
|
||||||
local -a missing_unique
|
local -a missing_unique
|
||||||
while IFS= read -r line; do
|
while IFS= read -r line; do
|
||||||
|
Reference in New Issue
Block a user