Skip to content

Commit

Permalink
Fix toggle bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Jun 21, 2021
1 parent 3ffebee commit 8f3caef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* Better escape handing ([jiangmiao#325](https://github.com/jiangmiao/auto-pairs/issues/325))
* Typos in the help document
* Update variable list in the help document
* Add a hepl document covering plugin interop for specific plugins
* Add a help document covering plugin interop for specific plugins
* Bug from beta11 breaking the autopairs toggle shortcut

## Added
* `g:AutoPairsSearchEscape`
Expand Down
2 changes: 1 addition & 1 deletion autoload/autopairs/Variables.vim
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fun! autopairs#Variables#_InitBufferVariables()
call s:define('b:AutoPairsMapSpace', g:AutoPairsMapSpace)
call s:define('b:AutoPairsShortcutFastWrap', g:AutoPairsShortcutFastWrap)
call s:define('b:AutoPairsShortcutBackInsert', g:AutoPairsShortcutBackInsert)
call s:define('b:AutoPairsShortcutToggle', g:AutoPairsShortcutBackInsert)
call s:define('b:AutoPairsShortcutToggle', g:AutoPairsShortcutToggle)
call s:define('b:AutoPairsShortcutJump', g:AutoPairsShortcutJump)
call s:define('b:AutoPairsShortcutToggleMultilineClose', g:AutoPairsShortcutToggleMultilineClose)
endfun

0 comments on commit 8f3caef

Please sign in to comment.