From f72adff4044fe11200916f733495c96ed1605a43 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Mon, 8 Jun 2020 14:17:43 +0300 Subject: [PATCH] Remove obsolete file comments header The days when vim plugins were distributed as individual files are long gone, these days they are almost always git repositories or tarballs. As such the relevant meta data is included, just not in this way. Not only does this information have a habit of being absurdly out of date, it's not really useful any more to try to update it. --- plugin/NERD_commenter.vim | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index a844474..73ddf5d 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -1,18 +1,3 @@ -" ============================================================================ -" File: NERD_commenter.vim -" Description: vim global plugin that provides easy code commenting -" Author: Martin Grenfell -" Maintainer: Caleb Maclennan -" Version: 2.5.1 -" Last Change: Tue Nov 7 10:45:53 +03 2017 -" 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. -" -" ============================================================================ - " Section: script init stuff {{{1 if exists('loaded_nerd_comments') finish