Skip to content

Commit e957f0b

Browse files
committed
Update version to 1.35.0
1 parent 0fd8d09 commit e957f0b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.35.0](https://github.com/aioutecism/amVim-for-VSCode/releases/tag/1.35.0)
2+
- Wrapped line support: #305 #306
3+
- Implements `g^`, `g0`, `g$`, `gm`, `gk` and `gj`.
4+
- Known issues include a slight flicker and occasional unexpected cursor placement.
5+
6+
17
# [1.34.0](https://github.com/aioutecism/amVim-for-VSCode/releases/tag/1.34.0)
28
- Improve replace command `r` and add basic replace mode `R` #287
39
- `r` command now supports a count
@@ -8,6 +14,7 @@
814
- `n` command now nudges the cursor forward to find the next match - this now makes it work the same as vim
915
- Temporarily remove `g?` ROT13 command since it broke `gg` motions in visual mode #292
1016

17+
1118
# [1.33.0](https://github.com/aioutecism/amVim-for-VSCode/releases/tag/1.33.0)
1219

1320
- Support remote development mode with workspace execution location: #283 Thanks @imyelo!

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amvim",
3-
"version": "1.34.1-pre",
3+
"version": "1.35.0",
44
"publisher": "auiworks",
55
"icon": "images/icon.png",
66
"displayName": "amVim",

0 commit comments

Comments
 (0)