Skip to content

Commit 5bc511a

Browse files
committed
Fix Rebar command to return immediately with dispatch.vim
1 parent e579699 commit 5bc511a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/rebar.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ endif
1717
let g:loaded_rebar = 1
1818

1919
command! -bang -nargs=* -complete=custom,rebar#complete Rebar
20-
\ echo rebar#dispatch(expand('<bang>'), [<f-args>])
20+
\ call rebar#dispatch(expand('<bang>'), [<f-args>])

0 commit comments

Comments
 (0)