mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
doc
This commit is contained in:
parent
20f5f44883
commit
1dc5e5ae9b
@ -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=()
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user