mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
scripts/vim-patch.sh: add -m to usage
Ref: https://github.com/neovim/neovim/pull/11514#issuecomment-569476828
This commit is contained in:
@@ -23,6 +23,7 @@ usage() {
|
|||||||
echo " -h Show this message and exit."
|
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."
|
||||||
echo " -L [git-log opts] List missing Vim patches (for scripts)."
|
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 " -M List all merged patch-numbers (at current v:version)."
|
||||||
echo " -p {vim-revision} Download and generate a Vim patch. vim-revision"
|
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."
|
echo " can be a Vim version (8.0.xxx) or a Git hash."
|
||||||
|
Reference in New Issue
Block a user