diff options
author | Daniel Hahler <git@thequod.de> | 2020-01-26 14:50:25 +0100 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2020-01-26 14:51:14 +0100 |
commit | f755370682ad6e82f468975b40cf734e5b5f47c9 (patch) | |
tree | d7d7c29c1455b349c894d7f446e3172b167f30ee /scripts/vim-patch.sh | |
parent | 07a105f0cb6e2827e621ea31c52cd7714a44a418 (diff) | |
download | rneovim-f755370682ad6e82f468975b40cf734e5b5f47c9.tar.gz rneovim-f755370682ad6e82f468975b40cf734e5b5f47c9.tar.bz2 rneovim-f755370682ad6e82f468975b40cf734e5b5f47c9.zip |
scripts/vim-patch.sh: add -m to usage
Ref: https://github.com/neovim/neovim/pull/11514#issuecomment-569476828
Diffstat (limited to 'scripts/vim-patch.sh')
-rwxr-xr-x | scripts/vim-patch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index f9726e8a87..6c9bea2ad3 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -23,6 +23,7 @@ usage() { echo " -h Show this message and exit." echo " -l [git-log opts] List missing Vim patches." echo " -L [git-log opts] List missing Vim patches (for scripts)." + echo " -m {vim-revision} List previous (older) missing Vim patches." echo " -M List all merged patch-numbers (at current v:version)." echo " -p {vim-revision} Download and generate a Vim patch. vim-revision" echo " can be a Vim version (8.0.xxx) or a Git hash." |