Fixes #65, Incorrect option name

This commit is contained in:
Miao Jiang 2013-10-15 00:20:01 +08:00
parent 0e27b0a9b1
commit 062a5de551

View File

@ -159,7 +159,7 @@ Shortcuts
If <M-p> <M-e> or <M-n> conflict with another keys or want to bind to another keys, add
let g:AutoPairShortcutToggle = '<another key>'
let g:AutoPairsShortcutToggle = '<another key>'
to .vimrc, if the key is empty string '', then the shortcut will be disabled.