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 8b363a9 commit 66ece6aCopy full SHA for 66ece6a
1 file changed
autoload/copilot.vim
@@ -319,6 +319,7 @@ function! s:UpdatePreview() abort
319
call remove(text, -1)
320
endif
321
if empty(text) || !s:has_ghost_text
322
+ call s:Echo('Done')
323
return s:ClearPreview()
324
325
if exists('b:_copilot.cycling_callbacks')
0 commit comments