From a9365b216d8331e203d8e26fd1253076da9e4c3d Mon Sep 17 00:00:00 2001 From: "jiangfriend@gmail.com" Date: Fri, 6 Jul 2012 17:44:57 +0800 Subject: [PATCH] fixes #16 compatible with neocomplcache --- plugin/auto-pairs.vim | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index 235e165..4a09c30 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -1,7 +1,7 @@ " Insert or delete brackets, parens, quotes in pairs. " Maintainer: JiangMiao " Contributor: camthompson -" Last Change: 2012-07-05 +" Last Change: 2012-07-06 " Version: 1.2.3 " Homepage: http://www.vim.org/scripts/script.php?script_id=3599 " Repository: https://github.com/jiangmiao/auto-pairs @@ -384,15 +384,16 @@ function! AutoPairsForceInit() " https://github.com/jiangmiao/auto-pairs/issues/18 let pattern = '\d\+_HandlePossibleSelectionEnter()' if old_cr =~ pattern - execute 'imap