Releases: aioutecism/amVim-for-VSCode
Releases · aioutecism/amVim-for-VSCode
1.18.0
- Exit Visual/VisualLine mode after indent, outdent or replace. #108
- Added support to repeat Visual and VisualLine mode's command (Alpha status). #157
1.17.6
- Fix cursor position when exiting insert mode. #155 #154
- Better escape handling. #156 #147
1.17.5
- Fix wrong behavior when using inclusive TextObject.
1.17.4
- Corrects register handling. #152
1.17.2
- Fix selection bugs after deletion on VSCode Insider.
1.17.1
- Update internal command for formatting.
1.17.0
- Added N support for word motions. #146
1.16.1
- Fix bug where multi-cursor may function weird.
1.16.0
- Added support for Japanese words. #143
1.15.0
- Update to TypeScript 2.0.3. #138
- Added
p
support in Visual and VisualLine modes. #142