make lsp#ensure_flush_all public for delaying initialize

This commit is contained in:
Yasuhiro Matsumoto
2025-11-03 08:10:25 +09:00
parent 04ef607075
commit 6d4719e794

View File

@@ -393,7 +393,7 @@ function! s:on_buf_wipeout(buf) abort
endif
endfunction
function! s:ensure_flush_all(buf, server_names) abort
function! lsp#ensure_flush_all(buf, server_names) abort
for l:server_name in a:server_names
call s:ensure_flush(a:buf, l:server_name, function('s:Noop'))
endfor