Skip to content

Commit

Permalink
fix(vim): bump vim plugin version to 1.0.1. (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Oct 23, 2023
1 parent 43fe801 commit 989dda9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions clients/vim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.1

### Fixes:

- Fixed when resolving the server address, it will now try to prefer to use ipv4 over ipv6.
- Fixed a bug causing the `<Tab>` key can not fallback to the default behavior.
- Fixed a bug causing the completion replace range is rendered incorrectly.

## 1.0.0

### Initial release
2 changes: 1 addition & 1 deletion clients/vim/autoload/tabby/globals.vim
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ function! tabby#globals#Load()


" Version of Tabby plugin. Not configurable.
let g:tabby_version = "1.0.0"
let g:tabby_version = "1.0.1"
endfunction
2 changes: 1 addition & 1 deletion clients/vim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vim-tabby",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vim plugin for Tabby AI coding assistant.",
"repository": "https://github.com/TabbyML/tabby",
"scripts": {
Expand Down

0 comments on commit 989dda9

Please sign in to comment.