Accidental commit

This commit is contained in:
Tim Pope 2014-01-11 21:55:55 -05:00
parent c99bda551e
commit 355580da7e
1 changed files with 0 additions and 5 deletions

View File

@ -366,11 +366,6 @@ function! s:buf() abort
endif endif
endfunction endfunction
function! fireplace#buffer(...) abort
let buf = a:0 ? a:1 : s:buf()
return fireplace#clojure#buffer(bufnr(buf))
endfunction
function! s:client(...) abort function! s:client(...) abort
silent doautocmd User FireplacePreConnect silent doautocmd User FireplacePreConnect
let buf = a:0 ? a:1 : s:buf() let buf = a:0 ? a:1 : s:buf()