Skip to content

v3.0.0-alpha3

Compare
Choose a tag to compare
@LunarWatcher LunarWatcher released this 01 Jan 21:31
· 297 commits to master since this release

Changes

  • AutoPairsFastWrap now has a parameter that decides the movement. The one mapped by default is e, but due to how Vim works, the argument has to be passed explicitly. (Vim 8.1 patch 1310 supports default arguments in functions, but anything before that as well as neovim would lose support). (#8)

Fixed

  • AutoPairsDefine called AutoPairsDefaultPairs without autopairs# (missed part of the breaking change from 3.0.0-alpha2)
  • Prevent issues when removing a key that doesn't exist in AutoPairsDefine (#9)
  • Fix comment regex for vimscript files (#7)