Skip to content

Releases: aioutecism/amVim-for-VSCode

1.14.0

18 Oct 03:13
Compare
Choose a tag to compare

1.13.0

04 Oct 07:12
Compare
Choose a tag to compare
  • Added support for N space and N backspace motions.

1.12.0

03 Oct 05:55
Compare
Choose a tag to compare
  • Added support for {N} _.
  • Added support for ~ and {visual} ~.

1.11.7

28 Sep 06:19
Compare
Choose a tag to compare
  • Preserve multiple cursors when changing to normal mode from insert mode. #132

1.11.6

27 Sep 05:56
Compare
Choose a tag to compare
  • Fix wrong behavior when modifying last line of document. #71

1.11.5

18 Sep 14:18
Compare
Choose a tag to compare
  • Fix wrong cursor position when doing o in Insert mode.

1.11.4

18 Sep 14:06
Compare
Choose a tag to compare
  • Fix when selection will miss one character when doing k or j in Visual mode.

1.11.3

18 Sep 13:48
Compare
Choose a tag to compare
  • Fix when cursor may occur at end of line in Normal mode.

1.11.2

17 Sep 12:05
Compare
Choose a tag to compare
  • Fix where undo/redo will revert selections that blocks further undo/redo.

1.11.1

17 Sep 11:55
Compare
Choose a tag to compare
  • Fix wrong behavior when deleting word at end of line.