From 1c5046f8c37cc9f69488374b3c3048fc8629033e Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Sat, 15 Sep 2012 12:08:47 +0800 Subject: [PATCH] bump to v1.2.5 --- 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 93b7d32..56930bd 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-08-17 -" Version: 1.2.4 +" Last Change: 2012-09-15 +" Version: 1.2.5 " Homepage: http://www.vim.org/scripts/script.php?script_id=3599 " Repository: https://github.com/jiangmiao/auto-pairs