diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index fb5e6cb..274d8ad 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -421,7 +421,7 @@ function! AutoPairsInit() if g:AutoPairsMapSpace " Try to respect abbreviations on a let do_abbrev = "" - if v:version >= 703 && has("patch489") + if v:version == 703 && has("patch489") || v:version > 703 let do_abbrev = "" endif execute 'inoremap '.do_abbrev.'=AutoPairsSpace()'