From 13e43c13db35333f0e26ebc66ec919df86d4e58d Mon Sep 17 00:00:00 2001 From: Olivia Date: Sat, 4 Jun 2022 01:10:06 +0200 Subject: [PATCH] Changelog; it's time for a release --- CHANGELOG.md | 8 ++++++++ doc/AutoPairs.txt | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db51bb..e428099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/doc/AutoPairs.txt b/doc/AutoPairs.txt index 4021a65..1d707c9 100644 --- a/doc/AutoPairs.txt +++ b/doc/AutoPairs.txt @@ -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