Skip to content

Releases: VSCodeVim/Vim

0.4.5

04 Dec 01:21
Compare
Choose a tag to compare

Pretend you don't see this.

v0.4.4

29 Nov 19:36
Compare
Choose a tag to compare

Features:

  • Add <C-n> and <C-p> for navigating autocompletetion popups.
  • Add <C-o> - thanks @xconverge!
  • Add g <up> and g <down> - thanks @xconverge!

Bugs fixed:

  • Fix <D-d> for multi-cursor support.
  • Fix visual incremental search.
  • Fix J
  • Fix va{ - thanks @xconverge!
  • Fix vsp to open current document in new panel by default - thanks @xconverge!

v0.4.3

19 Nov 23:27
Compare
Choose a tag to compare
Tagging as v0.4.3

Jolly James

17 Nov 09:06
Compare
Choose a tag to compare

Impaled Impala

31 Oct 21:25
Compare
Choose a tag to compare
v0.4.1

Tagging as v0.4.1

Handsome Hen

24 Oct 20:04
Compare
Choose a tag to compare

Gorging Grouse

18 Oct 17:36
Compare
Choose a tag to compare
  • Improved Performance (Thanks @johnfn)
  • Display register contents on :reg command (Thanks @Platzer)
  • Draw multicursor correctly in Visual Mode (Thanks @Platzer)
  • Fixes #652 and #905 (Thanks @xconverge)
  • An assortment of fixes with the cursor (Thanks @rebornix)
  • Fixed auto-build/test/release pipeline

Fixy French Fries

12 Oct 06:11
Compare
Choose a tag to compare

This includes the one-line fix c845e04, which fix an astounding number of bugs, including:

Yes, it really fixed that many issues. It probably even fixed more that we haven't found yet!

Fixy Fondue

12 Oct 02:37
Compare
Choose a tag to compare

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 and x were not working in Visual Block Mode. (Thanks @xconverge!)
  • C-c and C-[ 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

11 Oct 00:43
Compare
Choose a tag to compare

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)