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 e579699 commit 5bc511aCopy full SHA for 5bc511a
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