Accidental commit
This commit is contained in:
parent
c99bda551e
commit
355580da7e
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user