From cbb70448788358c0da95090607a40a26f43bdb9f Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Tue, 3 Nov 2015 21:59:03 +0100 Subject: Fix the examples for vim-patch.sh so they are valid commands. #3631 The examples were missing the required -p flag. --- scripts/vim-patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index a1b58c7c91..4a567727d8 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -205,8 +205,8 @@ list_vim_patches() { echo " To port one of the above patches to Neovim, execute" echo " this script with the patch revision as argument." echo - echo " Examples: '${BASENAME} 7.4.487'" - echo " '${BASENAME} 1e8ebf870720e7b671f98f22d653009826304c4f'" + echo " Examples: '${BASENAME} -p 7.4.487'" + echo " '${BASENAME} -p 1e8ebf870720e7b671f98f22d653009826304c4f'" } review_pr() { -- cgit