changed the version to 2.8.0 for the next release

This commit is contained in:
Martin Grenfell 2008-03-31 18:22:29 +13:00
parent 8654b98b09
commit c008fb3983
2 changed files with 3 additions and 3 deletions

View File

@ -784,7 +784,7 @@ fridge for later ;)
==============================================================================
7. Changelog *NERDTreeChangelog*
2.something
2.8.0
- added an option to enable/disable line numbers in the NERD tree window,
thanks to Olivier Yiptong for the email.

View File

@ -1,7 +1,7 @@
" vim global plugin that provides a nice tree explorer
" Last Change: 18 jan 2008
" Last Change: 31 March 2008
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
let s:NERD_tree_version = '2.7.1'
let s:NERD_tree_version = '2.8.0'
" SECTION: Script init stuff {{{1
"============================================================