Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Commit bfca7a9

Browse files
mattnhrsh7th
authored andcommitted
silent call feedkeys (prabirshrestha#691)
* clear message of calling feedkeys * Fix comment * Fix comment
1 parent 47ad011 commit bfca7a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autoload/lsp/ui/vim/completion.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ endfunction
5454
" Apply textEdit or insertText(snippet) and additionalTextEdits.
5555
"
5656
function! s:on_complete_done_after() abort
57+
" Clear message line. feedkeys above leave garbage on message line.
58+
echo ''
59+
5760
let l:line = s:context['line']
5861
let l:position = s:context['position']
5962
let l:completed_item = s:context['completed_item']

0 commit comments

Comments
 (0)