Skip to content

Commit 66ece6a

Browse files
committed
add done message
1 parent 8b363a9 commit 66ece6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

autoload/copilot.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ function! s:UpdatePreview() abort
319319
call remove(text, -1)
320320
endif
321321
if empty(text) || !s:has_ghost_text
322+
call s:Echo('Done')
322323
return s:ClearPreview()
323324
endif
324325
if exists('b:_copilot.cycling_callbacks')

0 commit comments

Comments
 (0)