Skip to content

Commit

Permalink
fixs VSCodeVim#9000; add a textobject and gB
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryTSZ committed May 23, 2024
1 parent eed24d5 commit c009170
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v2.1.6](https://github.com/HenryTSZ/NVim/tree/v2.1.6) (2024-05-23)

### Added

- [add a textobject:SelectAttrs i-r/a-r](https://github.com/VSCodeVim/Vim/pull/9037)
- [Add `gB` keybinding for finding the previous match](https://github.com/VSCodeVim/Vim/pull/9008)

### Fixed

- [Wrong cursor orientation after adding multi-cursor selection](https://github.com/VSCodeVim/Vim/issues/9000)

## [v2.1.5](https://github.com/HenryTSZ/NVim/tree/v2.1.5) (2024-05-21)

merge VSCodeVim/master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "NVim",
"description": "NVim emulation for Visual Studio Code",
"icon": "images/icon.png",
"version": "2.1.5",
"version": "2.1.6",
"publisher": "HenryTsz",
"galleryBanner": {
"color": "#e3f4ff",
Expand Down

0 comments on commit c009170

Please sign in to comment.