docs: Add myself as contributor

This commit is contained in:
Kim K 2019-02-17 13:34:35 +01:00
parent 399f1d95a0
commit f960a1fa34
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -1,11 +1,11 @@
" Insert or delete brackets, parens, quotes in pairs.
" Maintainer: JiangMiao <jiangfriend@gmail.com>
" Contributor: camthompson
" Maintainer: JiangMiao <jiangfriend@gmail.com>
" 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