Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@julienvincent julienvincent released this 11 Mar 08:29
· 5 commits to master since this release
54e4265

Notable Changes

Features

  • Added support for moving between head and tail of next and previous elements - #39
  • Added support for moving between parent form's edges using ( and ) - #38
  • Added support for 'splice' or form unwrapping which is by default bound to <localleader>@ - #45

Fixes

  • Fixed a bug with motions where when used in operator-pending mode it would operate on 1 too many characters - #46
  • Fixed some performance issues with wrap + insert API's - #52
  • Fixed an issue with a breaking change to ts.swap_nodes on Neovim nightly - #54
  • Got tests passing on neovim nightly - #58

Misc

A new scheme language extension has been created by @ekaitz-zarraga! You can find it here https://github.com/ekaitz-zarraga/nvim-paredit-scheme

New Contributors


Full Changelog: v0.10.0...v0.11.0