Skip to content

6.1.0

Compare
Choose a tag to compare
@gwenn gwenn released this 02 Apr 16:52
· 747 commits to master since this release
0659181

Changelog

  • Bugfixes/consistency improvements for multiline stuff (#334)
    • Movement::{BeginningOfLine,EndOfLine,etc} now actually go to beginning/end of the line.
    • Movement::BeginningOfBuffer, etc was added to get the original functionality back.
    • Fix some off-by-one bugs in the line movement code.
    • Make it easier to test the multiline functionality by adding a matching bracket validator, and using it in the examples.
  • Add LineUp/LineDown movement commands (#317)
  • Add smart up and down commands (#329)
  • Add AcceptOrNewLine command (#330)
  • Make config builder clonable (#322)
  • Fix incorrect cfg-if dependency declaration. (#336)
  • Add skim as optional fuzzy completion option for unix (#323)
  • Add DIY hints content and hints promot behavior (#347)
  • Update nix to 0.17 (#320)
  • Upgrade utf8parse to 0.2 (#321)