From a01f22e5ad56a437545115ab586604348dca282e Mon Sep 17 00:00:00 2001 From: "jiangfriend@gmail.com" Date: Mon, 14 May 2012 14:23:22 +0800 Subject: [PATCH] fixes #12 : comptible with supertab.vim --- plugin/auto-pairs.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index e760b92..ac3ec73 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -325,6 +325,7 @@ endfunction " Always silent the command inoremap AutoPairsReturn =AutoPairsReturn() +imap