Skip to content

Commit 25feddf

Browse files
committed
Copilot.vim 1.32.0
1 parent dfa657c commit 25feddf

File tree

8 files changed

+439
-435
lines changed

8 files changed

+439
-435
lines changed

autoload/copilot.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ function! s:commands.restart(opts) abort
779779
if !empty(err)
780780
return 'echoerr ' . string('Copilot: ' . err)
781781
endif
782-
echo 'Copilot: Restarting agent.'
782+
echo 'Copilot: Restarting language server.'
783783
endfunction
784784

785785
function! s:commands.disable(opts) abort

0 commit comments

Comments
 (0)