vim-lsp icon indicating copy to clipboard operation
vim-lsp copied to clipboard

Completion documentation remains when the completion menu is disposed

Open heavenshell opened this issue 1 year ago • 3 comments

Hello.

When I popup completion menu and select item, completion documentation is showed. Then I hit <C-c>, completion menu were disposed, but completion documentation still remains.

https://user-images.githubusercontent.com/56591/227271775-3f277253-3372-47a4-bc6d-032878f3fe6c.mp4

call plug#begin()
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
call plug#end()

function! s:OnLspBufferEnabled()
  setlocal omnifunc=lsp#complete
  setlocal signcolumn=no
  if exists('+tagfunc') | setlocal tagfunc=lsp#tagfunc | endif
endfunction

augroup lsp-install
  autocmd!
  autocmd User lsp_buffer_enabled call s:OnLspBufferEnabled()
augroup END

minimum vimrc reproduced.

heavenshell avatar Mar 23 '23 16:03 heavenshell

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 18 '23 04:06 stale[bot]

confirmed on macvim 9.0.1403

craigmac avatar Jun 20 '23 18:06 craigmac

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 17 '23 03:09 stale[bot]