Skip to content

Commit c907bf1

Browse files
committed
bump version
1 parent a573301 commit c907bf1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## [v1.31.0](https://github.com/vscodevim/vim/tree/v1.31.0) (2025-10-5)
44

55
### Added
66

@@ -10,11 +10,16 @@
1010
- Added unpacking, indexing, and slicing with `:let` ([@J-Fields](https://github.com/J-Fields)).
1111
- Added `:unl[et]` ([@J-Fields](https://github.com/J-Fields)).
1212

13+
### Changed
14+
15+
- `:w` now disables preview for the saved editor, like VS Code's native `workbench.action.files.save` ([@mangas](https://github.com/mangas)).
16+
1317
### Fixed
1418

1519
- Fixed significant delay after confirming IME input ([@s-kai273](https://github.com/s-kai273)).
1620
- Fixed `<Esc>` not closing quick diff ([@jacklee1792](https://github.com/jacklee1792)).
1721
- Fixed `Vi{` incorrectly including the ending braces ([@Whiskas101](https://github.com/Whiskas101)).
22+
- Fixed small delete register (`"-`) not being updated while recording a macro ([@J-Fields](https://github.com/J-Fields)).
1823

1924
## [v1.30.1](https://github.com/vscodevim/vim/tree/v1.30.1) (2025-05-28)
2025

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.30.1",
6+
"version": "1.31.0",
77
"publisher": "vscodevim",
88
"sponsor": {
99
"url": "https://github.com/sponsors/J-Fields"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
"@azu/format-text@^1.0.1", "@azu/format-text@^1.0.2":
6-
version "1.0.2"
6+
version "1.1.0"
77
resolved "https://registry.yarnpkg.com/@azu/format-text/-/format-text-1.0.2.tgz#abd46dab2422e312bd1bfe36f0d427ab6039825d"
88
integrity sha512-Swi4N7Edy1Eqq82GxgEECXSSLyn6GOb5htRFPzBDdUkECGXtlf12ynO5oJSpWKPwCaUssOu7NfhDcCWpIC6Ywg==
99

0 commit comments

Comments
 (0)