From dd1ea6b1f75c03067456d2063fee9959d253e4a4 Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Tue, 15 Jan 2013 15:27:23 +0800 Subject: [PATCH] Bump to v1.2.9 --- 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 53a9c71..0339f98 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-12-18 -" Version: 1.2.8 +" Last Change: 2013-01-15 +" Version: 1.2.9 " Homepage: http://www.vim.org/scripts/script.php?script_id=3599 " Repository: https://github.com/jiangmiao/auto-pairs