Skip to content

Commit

Permalink
Update copilot.vim to 1.41.0
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio <antonio@zed.dev>
  • Loading branch information
mrnugget and as-cii committed Nov 11, 2024
1 parent 5131657 commit 57ed660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion copilot.vim
Submodule copilot.vim updated 45 files
+1 −1 .gitattributes
+20 −0 .github/workflows/auto-close-pr.yml
+3 −3 LICENSE.md
+3 −3 README.md
+310 −267 autoload/copilot.vim
+0 −589 autoload/copilot/agent.vim
+764 −0 autoload/copilot/client.vim
+0 −84 autoload/copilot/doc.vim
+31 −0 autoload/copilot/handlers.vim
+11 −8 autoload/copilot/job.vim
+67 −31 autoload/copilot/logger.vim
+80 −66 autoload/copilot/panel.vim
+61 −0 autoload/copilot/util.vim
+3 −0 autoload/copilot/version.vim
+0 −9 copilot/dist/agent.js
+0 −28 copilot/dist/agent.js.LICENSE.txt
+0 −1 copilot/dist/tokenizer_cushman001.json
+0 −1 copilot/dist/tokenizer_cushman002.json
+ copilot/dist/tree-sitter-python.wasm
+ copilot/dist/tree-sitter-typescript.wasm
+ copilot/dist/tree-sitter.wasm
+0 −50,277 copilot/dist/vocab_cushman001.bpe
+0 −100,001 copilot/dist/vocab_cushman002.bpe
+ dist/compiled/darwin/arm64/kerberos.node
+ dist/compiled/darwin/x64/kerberos.node
+ dist/compiled/linux/arm64/kerberos.node
+ dist/compiled/linux/x64/kerberos.node
+ dist/compiled/win32/x64/kerberos.node
+ dist/crypt32.node
+1,067 −0 dist/language-server.js
+6 −0 dist/language-server.js.map
+100,256 −0 dist/resources/cl100k_base.tiktoken.noindex
+199,998 −0 dist/resources/o200k_base.tiktoken.noindex
+ dist/tree-sitter-go.wasm
+ dist/tree-sitter-javascript.wasm
+ dist/tree-sitter-python.wasm
+ dist/tree-sitter-ruby.wasm
+ dist/tree-sitter-tsx.wasm
+ dist/tree-sitter-typescript.wasm
+ dist/tree-sitter.wasm
+74 −13 doc/copilot.txt
+49 −28 lua/_copilot.lua
+42 −20 plugin/copilot.vim
+2 −2 syntax/copilot.vim
+25 −0 syntax/copilotlog.vim
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

rm -rf dist
mkdir dist
tar -czf dist/copilot.tar.gz -C copilot.vim/copilot/dist .
tar -czf dist/copilot.tar.gz -C copilot.vim/dist .

0 comments on commit 57ed660

Please sign in to comment.