From 23e77decb1f6a728fb5731b8fe41be8f950ad6b9 Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Sat, 16 Feb 2013 14:02:32 +0800 Subject: [PATCH] Bump version to 1.3.0 --- 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 e2ce1a1..a86467f 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: 2013-01-15 -" Version: 1.2.9 +" Last Change: 2013-02-16 +" Version: 1.3.0 " Homepage: http://www.vim.org/scripts/script.php?script_id=3599 " Repository: https://github.com/jiangmiao/auto-pairs