Make connect commands buffer local
This commit is contained in:
parent
5ff2eeae1c
commit
6dbf627022
@ -378,8 +378,10 @@ endfunction
|
|||||||
|
|
||||||
augroup fireplace_connect
|
augroup fireplace_connect
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType clojure command! -bar -complete=customlist,s:connect_complete -nargs=* Connect :FireplaceConnect <args>
|
autocmd FileType clojure command! -buffer -bar -complete=customlist,s:connect_complete -nargs=*
|
||||||
autocmd FileType clojure command! -complete=customlist,fireplace#eval_complete -bang -nargs=* Piggieback :call s:piggieback(<q-args>, <bang>0)
|
\ Connect FireplaceConnect <args>
|
||||||
|
autocmd FileType clojure command! -buffer -bang -complete=customlist,fireplace#eval_complete -nargs=*
|
||||||
|
\ Piggieback call s:piggieback(<q-args>, <bang>0)
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
" Section: Java runner
|
" Section: Java runner
|
||||||
|
Loading…
Reference in New Issue
Block a user