Skip to content

Commit 042543f

Browse files
committed
Copilot.vim 1.3.5
1 parent 585e1a9 commit 042543f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoload/copilot.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ function! copilot#Command(line1, line2, range, bang, mods, arg) abort
766766
try
767767
let err = copilot#Agent().StartupError()
768768
if !empty(err)
769-
return 'echo ' . string('Copilot: ' . string(cmd))
769+
return 'echo ' . string('Copilot: ' . string(err))
770770
endif
771771
let opts = copilot#Call('checkStatus', {})
772772
if empty(cmd)

autoload/copilot/agent.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let g:autoloaded_copilot_agent = 1
55

66
scriptencoding utf-8
77

8-
let s:plugin_version = '1.3.4'
8+
let s:plugin_version = '1.3.5'
99

1010
let s:error_exit = -1
1111

0 commit comments

Comments
 (0)