From ec16c09a0b23241def6500e02520797e7b35342e Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Mon, 30 Dec 2019 12:33:26 +0300 Subject: [PATCH] Add blurb to readme about original author and current contribution status --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dec0bb7..98530aa 100644 --- a/README.md +++ b/README.md @@ -157,3 +157,7 @@ Most of the following mappings are for normal/visual mode only. The **|NERDComme * `[count]cu` **|NERDCommenterUncomment|** Uncomments the selected line(s). + +## Contributions + +This plugin was originally written in 2007 by [Martin Grenfell (@scrooloose)](https://github.com/scrooloose/). Lots of features and many of the supported filetypes have come from [community contributors](https://github.com/preservim/nerdcommenter/graphs/contributors). Since 2016 it has been maintained primarily by [Caleb Maclennan (@alerque)](https://github.com/alerque). Additional file type support, bug fixes, and new feature contributons are all welcome, please send them as Pull Requests on Github. If you can't contribute yourself please also feel free to open issues to report problems or request features.