update comment

This commit is contained in:
jiangfriend@gmail.com 2012-05-14 15:26:40 +08:00
parent 82c649c522
commit 96f779b075

View File

@ -321,13 +321,13 @@ function! AutoPairsForceInit()
end
" for auto-pairs starts with 'a', so the priority is higher than supertab and vim-endwise
"
" vim-endwise didn't support <Plug>AutoPairsReturn
" when use <Plug>AutoPairsReturn will cause <Plug> wasn't expanded
" vim-endwise doesn't support <Plug>AutoPairsReturn
" when use <Plug>AutoPairsReturn will cause <Plug> isn't expanded
"
" supertab didn't support <SID>AutoPairsReturn
" supertab doesn't support <SID>AutoPairsReturn
" when use <SID>AutoPairsReturn will cause Duplicated <CR>
"
" and when load after vim-endwise will cause endwise duplicated closed. so always
" and when load after vim-endwise will cause endwise close incorrect. so always
" load AutoPairs at last
" Buffer level keys mapping