diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index af5eb32..8745397 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -338,7 +338,7 @@ func! AutoPairsFastWrap() let c = @" normal! x let [before, after, ig] = s:getline() - if after[0] =~ '\v[\{\[\(\<]' + if after[0] =~ '\v[{[(<]' normal! % normal! p else