mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -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.
|
||||
if [[ -z "${missing_list[*]}" ]]; then
|
||||
msg_ok 'no missing previous Vim patches'
|
||||
set -u
|
||||
return 0
|
||||
fi
|
||||
set -u
|
||||
|
Loading…
Reference in New Issue
Block a user