Accidental commit
This commit is contained in:
parent
c99bda551e
commit
355580da7e
@ -366,11 +366,6 @@ function! s:buf() abort
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! fireplace#buffer(...) abort
|
||||
let buf = a:0 ? a:1 : s:buf()
|
||||
return fireplace#clojure#buffer(bufnr(buf))
|
||||
endfunction
|
||||
|
||||
function! s:client(...) abort
|
||||
silent doautocmd User FireplacePreConnect
|
||||
let buf = a:0 ? a:1 : s:buf()
|
||||
|
Loading…
Reference in New Issue
Block a user