From 652175babc308880dfb9a4dd962030b94829edad Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Wed, 17 Oct 2012 09:40:12 +0800 Subject: [PATCH] bump to v1.2.6 --- plugin/auto-pairs.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index 0a3e598..c28c2c2 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -1,8 +1,8 @@ " Insert or delete brackets, parens, quotes in pairs. " Maintainer: JiangMiao " Contributor: camthompson -" Last Change: 2012-09-15 -" Version: 1.2.5 +" Last Change: 2012-10-17 +" Version: 1.2.6 " Homepage: http://www.vim.org/scripts/script.php?script_id=3599 " Repository: https://github.com/jiangmiao/auto-pairs