We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b3e9f commit 0dadcb0Copy full SHA for 0dadcb0
plugin/vim-composer.vim
@@ -22,6 +22,7 @@ if !exists("g:composer_cmd")
22
endif
23
24
command! -narg=* ComposerRun call s:ComposerRunFunc(<q-args>)
25
+command! -narg=* ComposerInstall call s:ComposerRunFunc("install ".<q-args>)
26
command! ComposerGet call s:ComposerGetFunc()
27
28
function! s:ComposerRunFunc(arg)
0 commit comments