diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2019-11-08 15:17:55 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2019-11-08 15:18:01 +0100 |
commit | 2ba212e8c25794184ce465d468eb62714ea7ba03 (patch) | |
tree | 48037838f4439703c5a3d7c05155582005e67ff2 /scripts/vim-patch.sh | |
parent | f79369d4205fe2e812a5b8f3f96bf97a679690a4 (diff) | |
download | rneovim-2ba212e8c25794184ce465d468eb62714ea7ba03.tar.gz rneovim-2ba212e8c25794184ce465d468eb62714ea7ba03.tar.bz2 rneovim-2ba212e8c25794184ce465d468eb62714ea7ba03.zip |
vim-patch.sh: add missing argument
[skip ci]
Diffstat (limited to 'scripts/vim-patch.sh')
-rwxr-xr-x | scripts/vim-patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |