Support ``` ''' """ by default, #234

This commit is contained in:
Miao Jiang 2019-01-22 16:16:40 +08:00
parent 453d488987
commit 7e10cc3b00

View File

@ -13,7 +13,7 @@ end
let g:AutoPairsLoaded = 1
if !exists('g:AutoPairs')
let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '`':'`'}
let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '```':'```', '"""':'"""', "'''":"'''"}
end
if !exists('g:AutoPairsMapBS')