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