mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
make lsp#ensure_flush_all public for delaying initialize
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user