build(vim-patch.sh): dereference annotated tags when listing (#25042)

This commit is contained in:
zeertzjq
2023-09-08 06:56:57 +08:00
committed by GitHub
parent 3afbf4745b
commit acb868bf84

View File

@ -565,10 +565,8 @@ _set_tokens_and_tags() {
return
fi
set -u
# Find all "vim-patch:xxx" tokens in the Nvim git log.
for token in $(list_vimpatch_tokens); do
tokens[$token]=1
# Find all "vim-patch:xxx" tokens in the Nvim git log.
for token in $(list_vimpatch_tokens); do
tokens[$token]=1
done