diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index 6fc4aa6..fc27851 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -467,7 +467,7 @@ function! AutoPairsTryInit() " Buffer level keys mapping " comptible with other plugin if g:AutoPairsMapCR - if v:version >= 703 + if v:version >= 703 && has('patch32') " VIM 7.3 supports advancer maparg which could get info " then auto-pairs could remap in any case. let info = maparg('', 'i', 0, 1)