mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
parent
f755370682
commit
20f5f44883
@ -582,6 +582,7 @@ list_missing_previous_vimpatches_for_patch() {
|
|||||||
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
set +u # Avoid "unbound variable" with bash < 4.4 below.
|
||||||
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
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
set -u
|
set -u
|
||||||
|
Loading…
Reference in New Issue
Block a user