From c00917021a072d208a97827e8534e71257af69d8 Mon Sep 17 00:00:00 2001 From: HenryTSZ Date: Thu, 23 May 2024 16:56:58 +0800 Subject: [PATCH] fixs #9000; add a textobject and gB --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36cbda8a1d7..30fdee885b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a28c1bb878e..7e150a06c9f 100644 --- a/package.json +++ b/package.json @@ -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",