You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)).
0 commit comments