mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
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.
This commit is contained in:
@@ -1,18 +1,3 @@
|
||||
" ============================================================================
|
||||
" File: NERD_commenter.vim
|
||||
" Description: vim global plugin that provides easy code commenting
|
||||
" Author: Martin Grenfell <martin.grenfell at gmail dot com>
|
||||
" Maintainer: Caleb Maclennan <caleb@alerque.com>
|
||||
" 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
|
||||
|
||||
Reference in New Issue
Block a user