Fix the examples for vim-patch.sh so they are valid commands. #3631

The examples were missing the required -p flag.
This commit is contained in:
Johan Klokkhammer Helsing 2015-11-03 21:59:03 +01:00 committed by Florian Walch
parent 6936061580
commit cbb7044878

View File

@ -205,8 +205,8 @@ list_vim_patches() {
echo " To port one of the above patches to Neovim, execute" echo " To port one of the above patches to Neovim, execute"
echo " this script with the patch revision as argument." echo " this script with the patch revision as argument."
echo echo
echo " Examples: '${BASENAME} 7.4.487'" echo " Examples: '${BASENAME} -p 7.4.487'"
echo " '${BASENAME} 1e8ebf870720e7b671f98f22d653009826304c4f'" echo " '${BASENAME} -p 1e8ebf870720e7b671f98f22d653009826304c4f'"
} }
review_pr() { review_pr() {