Merge 752f77a426730a479633167073e8c8c736287cde into 453d4889876cb89fd1381f68645673250405228d

This commit is contained in:
justinron 2019-01-21 18:08:00 +00:00 committed by GitHub
commit 4b31a8c2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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')