diff --git a/plugin/fireplace.vim b/plugin/fireplace.vim index 10daa69..9527c9f 100644 --- a/plugin/fireplace.vim +++ b/plugin/fireplace.vim @@ -325,7 +325,7 @@ endfunction augroup fireplace_connect autocmd! autocmd FileType clojure command! -bar -complete=customlist,s:connect_complete -nargs=* Connect :FireplaceConnect - autocmd FileType clojure command! -bar -complete=customlist,fireplace#eval_complete -bang -nargs=* Piggieback :call s:piggieback(, 0) + autocmd FileType clojure command! -complete=customlist,fireplace#eval_complete -bang -nargs=* Piggieback :call s:piggieback(, 0) augroup END " }}}1