vim-patch.sh: add missing argument

[skip ci]
This commit is contained in:
Marco Hinz 2019-11-08 15:17:55 +01:00
parent f79369d420
commit 2ba212e8c2
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F
1 changed files with 1 additions and 1 deletions

View File

@ -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() {