Skip to content

Commit

Permalink
Changelog; it's time for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Jun 3, 2022
1 parent 9511135 commit 13e43c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
## Removed
* `g:AutoPairsBackwardsCompat`, as it doesn't appear to have any uses at this time.

## Added
* `g:AutoPairsBSIn`
* `g:AutoPairsBSAfter`
* Troubleshooting docs for Rust

## Fixed
* Duplicate tags in help docs ([#59](https://github.com/LunarWatcher/auto-pairs/pull/59))

# 3.0.1
`let g:AutoPairsVersion = 30060`

Expand Down
3 changes: 0 additions & 3 deletions doc/AutoPairs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,6 @@ Compat~
Whether or not to use legacy keybinds (from jiangmiao/auto-pairs), or to
use new ones designed not to conflict with other maps, or with characters
in various languages.
- |g:AutoPairsBackwardsCompat| (default: 0)
Exposes a function for other plugins that haven't been made compatible
with this fork, but that actively access it
- |g:AutoPairsVersion|
This is not directly an option, but it defines the current version of
auto-pairs. Can be used for compatibility checks
Expand Down

0 comments on commit 13e43c1

Please sign in to comment.