Skip to content

Commit 7fa2800

Browse files
committed
Satisfy vimdoc's parser
1 parent 734b90b commit 7fa2800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/composer/commandline.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endfunction
2626

2727
""
2828
" @private
29-
" The :Composer command. Execute !composer {arguments} in the project root.
29+
" The :Composer command. Execute !composer <arguments> in the project root.
3030
function! composer#commandline#exec(...) abort
3131
let args = copy(a:000)
3232
let bang = remove(args, 0)

0 commit comments

Comments
 (0)