diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index af5eb32..bb6126e 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -627,7 +627,7 @@ func! AutoPairsTryInit() let old_cr = '' let is_expr = 0 else - let old_cr = info['rhs'] + let old_cr = '' let old_cr = s:ExpandMap(old_cr) let old_cr = substitute(old_cr, '', '' . info['sid'] . '_', 'g') let is_expr = info['expr']