mirror of
https://github.com/jiangmiao/auto-pairs.git
synced 2025-04-22 04:41:00 +08:00
Merge 752f77a426730a479633167073e8c8c736287cde into 453d4889876cb89fd1381f68645673250405228d
This commit is contained in:
commit
4b31a8c2e2
@ -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…
x
Reference in New Issue
Block a user