Allow quotes in :Piggieback argument

Closes #134.
This commit is contained in:
Tim Pope 2014-02-05 20:29:09 -05:00
parent d3e6bd34ae
commit 97d78f6829
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ endfunction
augroup fireplace_connect
autocmd!
autocmd FileType clojure command! -bar -complete=customlist,s:connect_complete -nargs=* Connect :FireplaceConnect <args>
autocmd FileType clojure command! -bar -complete=customlist,fireplace#eval_complete -bang -nargs=* Piggieback :call s:piggieback(<q-args>, <bang>0)
autocmd FileType clojure command! -complete=customlist,fireplace#eval_complete -bang -nargs=* Piggieback :call s:piggieback(<q-args>, <bang>0)
augroup END
" }}}1