From b6a478f891682fc13a8332694f470cd6b21a4b30 Mon Sep 17 00:00:00 2001 From: "jiangfriend@gmail.com" Date: Thu, 22 Mar 2012 15:20:11 +0800 Subject: [PATCH] bump to 1.1.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 0beddfe..00d7e51 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-01-24 -" Version: 1.1.5 +" Last Change: 2012-03-22 +" Version: 1.1.6 " Homepage: http://www.vim.org/scripts/script.php?script_id=3599 " Repository: https://github.com/jiangmiao/auto-pairs