Support ``` ''' """ by default, #234
This commit is contained in:
parent
453d488987
commit
7e10cc3b00
@ -13,7 +13,7 @@ end
|
||||
let g:AutoPairsLoaded = 1
|
||||
|
||||
if !exists('g:AutoPairs')
|
||||
let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '`':'`'}
|
||||
let g:AutoPairs = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '```':'```', '"""':'"""', "'''":"'''"}
|
||||
end
|
||||
|
||||
if !exists('g:AutoPairsMapBS')
|
||||
|
Loading…
Reference in New Issue
Block a user