diff options
author | Daniel Hahler <git@thequod.de> | 2020-01-26 15:20:51 +0100 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2020-01-26 15:20:51 +0100 |
commit | 1dc5e5ae9b3c5aa057e21df5fd9978b47ed3492e (patch) | |
tree | 402163d0c6bba21f2e181154b9f86e21be1bef39 /scripts/vim-patch.sh | |
parent | 20f5f448830db553ae9b3bc4cfc1602d66b0aa3e (diff) | |
download | rneovim-1dc5e5ae9b3c5aa057e21df5fd9978b47ed3492e.tar.gz rneovim-1dc5e5ae9b3c5aa057e21df5fd9978b47ed3492e.tar.bz2 rneovim-1dc5e5ae9b3c5aa057e21df5fd9978b47ed3492e.zip |
doc
Diffstat (limited to 'scripts/vim-patch.sh')
-rwxr-xr-x | scripts/vim-patch.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 7eeb644318..ecaddeacf6 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -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 |