Skip to content

Commit 73a1817

Browse files
Ilkka Laukkanenmotemen
Ilkka Laukkanen
authored andcommitted
Enabled args for pull and push
Signed-off-by: motemen <[email protected]>
1 parent f9c26fc commit 73a1817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/git.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,6 @@ command! GitBlame call GitBlame()
339339
command! -nargs=+ Git call GitDoCommand(<q-args>)
340340
command! GitVimDiffMerge call GitVimDiffMerge()
341341
command! GitVimDiffMergeDone call GitVimDiffMergeDone()
342-
command! GitPull call GitPull(<q-args>)
342+
command! -nargs=* GitPull call GitPull(<q-args>)
343343
command! GitPullRebase call GitPull('--rebase')
344-
command! GitPush call GitPush('')
344+
command! -nargs=* GitPush call GitPush(<q-args>)

0 commit comments

Comments
 (0)