Skip to content

Commit 410ba01

Browse files
committed
bump version
1 parent 665a066 commit 410ba01

3 files changed

Lines changed: 5872 additions & 5848 deletions

File tree

CHANGELOG.md

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

3+
## [v1.30.0](https://github.com/vscodevim/vim/tree/v1.30.0) (2025-05-22)
4+
5+
### Added
6+
7+
- Added `:pw[d]` ([@zeevoffen](https://github.com/zeevoffen)).
8+
- Added `:ma[rk]` ([@arunchaganty](https://github.com/arunchaganty)).
9+
10+
### Changed
11+
12+
- Enabled emulated Vim plugins in web extension ([@joshuali925](https://github.com/joshuali925)).
13+
- `gf` now interprets relative paths as relative to current file. If that fails, it tries relative to workspace root ([@J-Fields](https://github.com/J-Fields)).
14+
15+
### Fixed
16+
17+
- Fixed Python function motions `[m`/`]m` with `async def` ([@nathan-gage](https://github.com/nathan-gage)).
18+
- Fixed `o` in Visual mode when selection starts at line end ([@kajikentaro](https://github.com/kajikentaro)).
19+
- Fixed `i(` when cursor is between two pairs of parentheses ([@prakhargupta-jan](https://github.com/prakhargupta-jan)).
20+
- Fixed global marks jumping to the wrong position ([@NeedsSoySauce](https://github.com/NeedsSoySauce)).
21+
- Fixed global marks messing up your position in the file you came from ([@J-Fields](https://github.com/J-Fields)).
22+
- Fixed `gf` with paths containing `..` ([@ekinakkaya](https://github.com/ekinakkaya)).
23+
- Fixed cursor position after `:ju[mps]` and `breakl[ist]` ([@J-Fields](https://github.com/J-Fields))
24+
- Fixed jumps going to right file, but wrong line ([@J-Fields](https://github.com/J-Fields)).
25+
- Fixed `:norm[al]` with a double quote (`"`) in the argument ([@s-kai273](https://github.com/s-kai273)).
26+
327
## [v1.29.2](https://github.com/vscodevim/vim/tree/v1.29.2) (2025-05-16)
428

529
### Fixed

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.29.2",
6+
"version": "1.30.0",
77
"publisher": "vscodevim",
88
"galleryBanner": {
99
"color": "#e3f4ff",

0 commit comments

Comments
 (0)