Skip to content

Commit fbec967

Browse files
committed
Merge pull request #1 from fishcakez/master
Fix Rebar command to return immediately with dispatch.vim
2 parents e579699 + 5bc511a commit fbec967

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)