- Fixed jumping to line in command-mode without Neovim not working. #1826 @Chillee
- Fixed undo not restoring all changes occasionally. #1794 @Chillee
- Fixed
yiwnot moving the cursor to the beginning of the selection. #1817 @xconverge - Fixed autocompletion not working on files with folds/wrapped lines. The autocomplete popup would popup every other character, which was extremely annoying. This was a regression caused by the 1.13 VSCode update. Check microsoft/vscode#28559 (comment) for more information. #1827 @Chillee
- Removed solid block cursor. If you had this enabled, it would cause VSCodeVim to slow down dramatically. Use
editor.cursorBlinking: solidto achieve almost the same effect.