From 6a705983d1adbf0739ad65dee75ddbbeed1fb08b Mon Sep 17 00:00:00 2001 From: HalFtaN Date: Tue, 7 May 2013 21:24:36 +0800 Subject: [PATCH] now behaves the same as mean that it will delete the closing parentheses as well --- plugin/auto-pairs.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index ed61434..3cd3442 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -415,6 +415,7 @@ function! AutoPairsInit() if g:AutoPairsMapBS " Use instead of for issue #14 sometimes press BS output strange words execute 'inoremap =AutoPairsDelete()' + execute 'inoremap =AutoPairsDelete()' end if g:AutoPairsMapSpace