We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ad011 commit bfca7a9Copy full SHA for bfca7a9
autoload/lsp/ui/vim/completion.vim
@@ -54,6 +54,9 @@ endfunction
54
" Apply textEdit or insertText(snippet) and additionalTextEdits.
55
"
56
function! s:on_complete_done_after() abort
57
+ " Clear message line. feedkeys above leave garbage on message line.
58
+ echo ''
59
+
60
let l:line = s:context['line']
61
let l:position = s:context['position']
62
let l:completed_item = s:context['completed_item']
0 commit comments