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 734b90b commit 7fa2800Copy full SHA for 7fa2800
autoload/composer/commandline.vim
@@ -26,7 +26,7 @@ endfunction
26
27
""
28
" @private
29
-" The :Composer command. Execute !composer {arguments} in the project root.
+" The :Composer command. Execute !composer <arguments> in the project root.
30
function! composer#commandline#exec(...) abort
31
let args = copy(a:000)
32
let bang = remove(args, 0)
0 commit comments