Skip to content

Commit 0dadcb0

Browse files
author
Gianluca Arbezzano
committed
Close #4 ComposerInstall command
1 parent 67b3e9f commit 0dadcb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/vim-composer.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ if !exists("g:composer_cmd")
2222
endif
2323

2424
command! -narg=* ComposerRun call s:ComposerRunFunc(<q-args>)
25+
command! -narg=* ComposerInstall call s:ComposerRunFunc("install ".<q-args>)
2526
command! ComposerGet call s:ComposerGetFunc()
2627

2728
function! s:ComposerRunFunc(arg)

0 commit comments

Comments
 (0)