Skip to content

Commit a3bd036

Browse files
committed
bump version
1 parent e13ba54 commit a3bd036

File tree

3 files changed

+5670
-5650
lines changed

3 files changed

+5670
-5650
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [v1.27.3](https://github.com/vscodevim/vim/tree/v1.27.3) (2024-05-20)
4+
5+
### Added
6+
7+
- Custom digraphs can be added via `:dig[raphs]` ([@J-Fields](https://github.com/J-Fields)).
8+
- `:Ex[plore]` is mapped to `workbench.view.explorer` ([@JaiminBrahmbhatt](https://github.com/JaiminBrahmbhatt)).
9+
10+
### Changed
11+
12+
- When used with a count, `<C-d>` and `<C-u>` set the `scroll` option to the count ([@ontanj](https://github.com/ontanj)).
13+
14+
### Fixed
15+
16+
- Fix `:s[ubstitute]` with the `n` flag moving cursor ([@J-Fields](https://github.com/J-Fields)).
17+
- Fix special marks displaying in gutter ([@shinohara-rin](https://github.com/shinohara-rin)).
18+
- Fix several edge cases of `<C-o>` ([@harunou](https://github.com/harunou)).
19+
- Fix incorrect digraph mappings ([@mlbykn](https://github.com/mlbykn)).
20+
- Fix `gv` after visual selection with mouse or command ([@zyd2001](https://github.com/zyd2001)).
21+
- Fix `gv` being unaffected by `m<` and `m>` ([@J-Fields](https://github.com/J-Fields)).
22+
323
## [v1.27.2](https://github.com/vscodevim/vim/tree/v1.27.2) (2023-12-22)
424

525
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vim",
44
"description": "Vim emulation for Visual Studio Code",
55
"icon": "images/icon.png",
6-
"version": "1.27.2",
6+
"version": "1.27.3",
77
"publisher": "vscodevim",
88
"galleryBanner": {
99
"color": "#e3f4ff",

0 commit comments

Comments
 (0)