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.
2 parents e579699 + 5bc511a commit fbec967Copy full SHA for fbec967
plugin/rebar.vim
@@ -17,4 +17,4 @@ endif
17
let g:loaded_rebar = 1
18
19
command! -bang -nargs=* -complete=custom,rebar#complete Rebar
20
- \ echo rebar#dispatch(expand('<bang>'), [<f-args>])
+ \ call rebar#dispatch(expand('<bang>'), [<f-args>])
0 commit comments