update version to 2.3.0

This commit is contained in:
marty 2010-12-08 09:37:01 +13:00
parent 4447e9e6e8
commit 591dd3e1fd
2 changed files with 4 additions and 4 deletions

View File

@ -781,7 +781,7 @@ The latest dev versions are on github
============================================================================== ==============================================================================
8. Changelog *NERDComChangelog* 8. Changelog *NERDComChangelog*
2.2.3 2.3.0
- remove all filetypes which have a &commentstring in the standard vim - remove all filetypes which have a &commentstring in the standard vim
runtime for vim > 7.0 unless the script stores an alternate set of runtime for vim > 7.0 unless the script stores an alternate set of
delimiters delimiters

View File

@ -1,9 +1,9 @@
" ============================================================================ " ============================================================================
" File: NERD_commenter.vim " File: NERD_commenter.vim
" Description: vim global plugin that provides easy code commenting " Description: vim global plugin that provides easy code commenting
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com> " Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
" Version: 2.2.2 " Version: 2.3.0
" Last Change: 09th October, 2010 " Last Change: 08th December, 2010
" License: This program is free software. It comes without any warranty, " License: This program is free software. It comes without any warranty,
" to the extent permitted by applicable law. You can redistribute " 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 " it and/or modify it under the terms of the Do What The Fuck You