File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments