diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index 0388194..ecaf3ed 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -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 AutoPairsReturn - " when use AutoPairsReturn will cause wasn't expanded + " vim-endwise doesn't support AutoPairsReturn + " when use AutoPairsReturn will cause isn't expanded " - " supertab didn't support AutoPairsReturn + " supertab doesn't support AutoPairsReturn " when use AutoPairsReturn will cause Duplicated " - " 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