g:AutoPairsVersion = 40003
Added
- Support for arbitrary underlying deletion keybinds when deleting pairs (#90)
- This does not affect the default deletion keybinds, which still default to
<BS>
. This is only relevant if you want to delete pairs with other forms of deletion.
- This does not affect the default deletion keybinds, which still default to
Fixed
- Made
g:AutoPairsExperimentalAutocmd
actually reflect the new default-enabled state
Docs
- Added compat note on nvim directly to
AutoPairsCompatibility
- Minor tweaks to the migration docs