Skip to content

1.31.0

Compare
Choose a tag to compare
@gerardroche gerardroche released this 13 Jul 00:45
· 260 commits to master since this release
1.31.0
db3e6e2

See NeoVintageous 1.31.0 release blog post.

Added

  • Added #916: Set mark m{a-zA-Z at cursor position now persist on restart
  • Added #880: Set global mark m{A-Z} at cursor position
  • Added #881: :marks List all the current marks
  • Added #906: :tabnew and :tabe[dit] open a new tab page with an empty view (requires Origami)
  • Added #902: :vs[plit] [file] like :sp[lit] [file], but split vertically (requires Origami)
  • Added #903: :sp[lit] [file] split current view in two and if given, edit [file]in new window (requires Origami)
  • Added #911: CTRL-w ^ and CTRL-w CTRL-^ split the current view in two and edit the alternate file (requires Origami)
  • Added #909: new [file] create a new split and if given, start editing file [file] in it (requires Origami)
  • Added #910: :vnew [file] like :new [file], but split vertically (requires Origami)
  • Added #901: CTRL-W gT same as gT
  • Added #901: CTRL-W gt same as gt
  • Added #897: CTRL-W gF same as gF
  • Added #897: CTRL-W gf same as gf
  • Added #896: gF same as gf, except the cursor is positioned on row:col
  • Added #897: gf the '~' character is expanded, like in "~user/file"
  • Added #897: gf environment variables are expanded.
  • Added #897: gf in visual modes
  • Added #893: Reveal Side Bar command to make side bar visible, if not already, and put focus on it
  • Added #904: Start visual mode linewise, V, is now countable
  • Added #888: gg in visual block mode
  • Added #888: G is now countable in visual block mode
  • Added #888: G in visual block mode

Fixed

  • Fixed #881: Invalid and unknown marks should emit a bell
  • Fixed #914: {backtick}{a-z} jump to mark should center screen if cursor off screen
  • Fixed #913: No animated smooth scrolling with <C-d> or <C-u>
  • Fixed #908: :new should split like :split
  • Fixed #905: :close! should close last view
  • Fixed #900: Command-line output should not show white-space characters
  • Fixed #899: I in multiple cursor mode should glue undo operations
  • Fixed #892: Change surrounding HTML tags breaks with multiple tags with attributes
  • Fixed #897: gf doesn't work in some cases
  • Fixed #889: {visual}G should extend to first non-blank character
  • Fixed #890: G should jump to first non-blank character