We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b603990 commit 467f4e0Copy full SHA for 467f4e0
plugin/copilot.vim
@@ -7,7 +7,7 @@ scriptencoding utf-8
7
8
command! -bang -nargs=? -range=-1 -complete=customlist,copilot#CommandComplete Copilot exe copilot#Command(<line1>, <count>, +"<range>", <bang>0, "<mods>", <q-args>)
9
10
-if v:version < 800 || !exists('##CompleteChanged')
+if v:version < 900 || !exists('##CompleteChanged')
11
finish
12
endif
13
0 commit comments