Skip to content

v4.0.2

Latest
Compare
Choose a tag to compare
@LunarWatcher LunarWatcher released this 10 Feb 16:25
· 2 commits to master since this release

g:AutoPairsVersion = 40002

Fixed

  • Made sure the AutoPairsJump keybind in insert mode ends up after the cursor (upstream/#367 (comment))

Changed

  • Setting mapclose = 0 now makes alwaysmapdefaultclose default to 0 instead of 1
  • The LaTeX pairs no longer jump by default

Added

  • g:AutoPairsSpaceCompletionRegex (#75 followups)
  • g:AutoPairsDefaultDisableKeybinds (upstream/#367 (comment)) for default-blanking the various keybind variables

Docs

  • Described the exact reason for #66 in :h autopairs-autocomplete-cr
  • Documented variable initialisation and function call order issues (#84)