From dc8275ffa02e24be298adf772197a103c5431261 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sun, 22 Jun 2008 12:08:11 +1200 Subject: [PATCH] update the header comments --- plugin/NERD_commenter.vim | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 42f0813..55f47e4 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -1,6 +1,15 @@ -" vim global plugin that provides easy code commenting for various file types -" Last Change: 24 May 2008 -" Maintainer: Martin Grenfell +" ============================================================================ +" File: NERD_commenter.vim +" Description: vim global plugin that provides easy code commenting +" Maintainer: Martin Grenfell +" Last Change: 22 June, 2008 +" License: This program is free software. It comes without any warranty, +" to the extent permitted by applicable law. You can redistribute +" it and/or modify it under the terms of the Do What The Fuck You +" Want To Public License, Version 2, as published by Sam Hocevar. +" See http://sam.zoy.org/wtfpl/COPYING for more details. +" +" ============================================================================ let s:NERD_commenter_version = 2.1.14 " Section: script init stuff {{{1