docs(README): Add g:AutoPairsEqualPairDetection option

This commit is contained in:
Kim K 2019-02-17 13:31:01 +01:00
parent 8aea30f89f
commit 399f1d95a0

View File

@ -285,6 +285,13 @@ Options
for pair {'begin': 'end//n]'}, e is not mapped, use wild closed pair ] to jump over 'end'
use <M-b> to back insert ] after jumping
* g:AutoPairsEqualPairDetection
Default: 1
Detects when to close a pair by detecting the equality of pairs within
the current buffer. (This feature is not supported for multibyte pairs)
Buffer Level Pairs Setting
--------------------------