From 40ba005829450406e92ec6277d4308ab532dd256 Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Sat, 2 Feb 2019 10:46:02 +0800 Subject: [PATCH] Bump version to 2.0.0 --- plugin/auto-pairs.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index 99bf15b..4f646f4 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -1,7 +1,7 @@ " Insert or delete brackets, parens, quotes in pairs. " Maintainer: JiangMiao " Contributor: camthompson -" Last Change: 2019-01-15 +" Last Change: 2019-02-02 " Version: 2.0.0 " Homepage: http://www.vim.org/scripts/script.php?script_id=3599 " Repository: https://github.com/jiangmiao/auto-pairs