From f960a1fa34df8780be8ed21145c4d5dadc9288f2 Mon Sep 17 00:00:00 2001 From: Kim K Date: Sun, 17 Feb 2019 13:34:35 +0100 Subject: [PATCH] docs: Add myself as contributor --- README.md | 1 + plugin/auto-pairs.vim | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f841e08..ff8642e 100644 --- a/README.md +++ b/README.md @@ -439,6 +439,7 @@ Breaks '.' - [issue #3](https://github.com/jiangmiao/auto-pairs/issues/3) Contributors ------------ * [camthompson](https://github.com/camthompson) +* [kkoomen](https://github.com/kkoomen) License diff --git a/plugin/auto-pairs.vim b/plugin/auto-pairs.vim index d58022b..7fcec5e 100644 --- a/plugin/auto-pairs.vim +++ b/plugin/auto-pairs.vim @@ -1,11 +1,11 @@ " Insert or delete brackets, parens, quotes in pairs. -" Maintainer: JiangMiao -" Contributor: camthompson +" Maintainer: JiangMiao +" Contributors: camthompson, kkoomen " 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 -" License: MIT +" Version: 2.0.0 +" Homepage: http://www.vim.org/scripts/script.php?script_id=3599 +" Repository: https://github.com/jiangmiao/auto-pairs +" License: MIT if exists('g:AutoPairsLoaded') || &cp finish