add '<':'>' to g:AutoPairs

Signed-off-by: Justin <admin@zygotee.com>
This commit is contained in:
Justin 2015-12-21 16:47:41 +08:00
parent b647ef54cd
commit 752f77a426

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