From 2ba212e8c25794184ce465d468eb62714ea7ba03 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 8 Nov 2019 15:17:55 +0100 Subject: [PATCH] vim-patch.sh: add missing argument [skip ci] --- scripts/vim-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 2a04805606..b946266599 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -507,7 +507,7 @@ show_vimpatches() { NOTE: Please port the _oldest_ patch if you possibly can. You can use '%s -l path/to/file' to see what patches are missing for a file. -" "${BASENAME}" "${BASENAME}" +" "${BASENAME}" "${BASENAME}" "${BASENAME}" } review_commit() {