Merge 7921bf72ce958621b1f1960d12351951230ec735 into 39f06b873a8449af8ff6a3eee716d3da14d63a76

This commit is contained in:
Jeong Arm 2020-03-26 11:40:14 +09:00 committed by GitHub
commit ed52b76bc8
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 = {'(':')', '[':']', '{':'}',"'":"'",'"':'"', '```':'```', '"""':'"""', "'''":"'''", "`":"`", "b'":"'", "f'":"'", "r'":"'"}
end
" default pairs base on filetype