Releases: VSCodeVim/Vim
Releases · VSCodeVim/Vim
Gorging Grouse
Fixy French Fries
Fixy Fondue
More bug fixes. The 0.3.x series is just going to be a bunch of bug fixes that stabilize the refactors introduced in 0.3.0 and 0.3.1.
Bugs fixed:
- Search scrolling was incorrect.
- Code snippets were broken.
d
andx
were not working in Visual Block Mode. (Thanks @xconverge!)C-c
andC-[
were not working in Insert Mode.- Don't require double
<esc>
to get to normal mode when the autocomplete window is open in insert mode. - We were incorrectly reporting the users were in normal mode when they weren't in some cases.
- Editing in split editors was broken in some cases.
Buggier Brocolli
Backspace was broken in insert mode.
(Generally I wouldn't release so often, but I wanted to have the extension in relatively good shape for the burst of traffic for 1.6.0)
Buggy Brocolli
Fixes a large number of bugs that all stemmed from the same issue.
Speedy Salmon
Hotfix for a bug introduced in 0.3.1 (and 0.3.2) that made it impossible to enter insert mode in some cases.
Dumb Dumbo
Let's not talk about this one...
Gaudy Gengar
Features
- Multi-Cursor support can now run multiple deletes/changes/etc on a single line.
- Multi-Cursor support now works better with Windows.
Bug bash!
- @johnfn squashed a crap ton of bugs. Too many to list so I won't try.
- @xconverge Thanks for helping fix #832, #841, #784, #846, and a couple of other fixes that weren't tracked by GH issues.
- Thanks @kevincoleman. We have a new logo and it looks purrrty.
Furious Feline
Eccentric Ewok
- Add
vim.autoindent
setting (Thanks @octref) - Support
:wa[ll]
(Thanks @mleech) - Support
<C-r>
,<C-e>
,<C-d>
,<C-y>
,<C-h>
,<C-u>
(Thanks @rebornix) - Support
:r
(Thanks @dominic31) - Support substitution marks (Thanks @rebornix)
- A variety of bug fixes #750, #759, #740, #743, #677, #772, #773, #769, #753, #785, #581, #747, #762, #701, #746 (Thanks @rebornix, @jgoz, @xconverge)