mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
build(vim-patch.sh): dereference annotated tags when listing (#25042)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user