mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
add new preview window id api (#1323)
* add new preview window id api resolves #1281 * add alias for getpreviewwinid() * add documentation
This commit is contained in:
@@ -1216,6 +1216,10 @@ function! lsp#get_progress() abort
|
||||
return lsp#internal#work_done_progress#get_progress()
|
||||
endfunction
|
||||
|
||||
function! lsp#document_hover_preview_winid() abort
|
||||
return lsp#internal#document_hover#under_cursor#getpreviewwinid()
|
||||
endfunction
|
||||
|
||||
"
|
||||
" Scroll vim-lsp related windows.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user