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