From 591dd3e1fde8828bab2622900c486f572dc1dcd2 Mon Sep 17 00:00:00 2001 From: marty Date: Wed, 8 Dec 2010 09:37:01 +1300 Subject: [PATCH] update version to 2.3.0 --- doc/NERD_commenter.txt | 2 +- plugin/NERD_commenter.vim | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/NERD_commenter.txt b/doc/NERD_commenter.txt index 076098f..5309f61 100644 --- a/doc/NERD_commenter.txt +++ b/doc/NERD_commenter.txt @@ -781,7 +781,7 @@ The latest dev versions are on github ============================================================================== 8. Changelog *NERDComChangelog* -2.2.3 +2.3.0 - remove all filetypes which have a &commentstring in the standard vim runtime for vim > 7.0 unless the script stores an alternate set of delimiters diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index aa84478..ef88dd4 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -1,9 +1,9 @@ " ============================================================================ " File: NERD_commenter.vim " Description: vim global plugin that provides easy code commenting -" Maintainer: Martin Grenfell -" Version: 2.2.2 -" Last Change: 09th October, 2010 +" Maintainer: Martin Grenfell +" Version: 2.3.0 +" Last Change: 08th December, 2010 " 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