Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 26, 2020
1 parent 20f5f44 commit 1dc5e5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/vim-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ _set_tokens_and_tags() {
}

# Prints a newline-delimited list of Vim commits, for use by scripts.
# "$1": use extended format?
# "$1": use extended format? (with subject)
# "$@" is passed to list_vim_commits, as extra arguments to git-log.
list_missing_vimpatches() {
local -a missing_vim_patches=()
Expand All @@ -442,6 +442,8 @@ list_missing_vimpatches() {

# Sets / appends to missing_vim_patches (useful to avoid a subshell when
# used multiple times to cache tokens/vim_commit_tags).
# "$1": use extended format? (with subject)
# "$@": extra arguments to git-log.
_set_missing_vimpatches() {
local token vim_commit vim_tag patch_number
declare -a git_log_args
Expand Down

0 comments on commit 1dc5e5a

Please sign in to comment.