changed the version to 2.7.0

This commit is contained in:
marty 2007-11-03 13:00:59 +13:00
parent 3b98b41740
commit 3badb3efae
2 changed files with 3 additions and 3 deletions

View File

@ -762,7 +762,7 @@ fridge for later ;)
============================================================================== ==============================================================================
7. Changelog *NERDTreeChangelog* 7. Changelog *NERDTreeChangelog*
2.6.3 2.7.0
- Bug fix: Now when you have the tree on the right and you open it with - Bug fix: Now when you have the tree on the right and you open it with
multiple windows stacked, it will take up the full height of the vim multiple windows stacked, it will take up the full height of the vim
window. window.

View File

@ -1,7 +1,7 @@
" vim global plugin that provides a nice tree explorer " vim global plugin that provides a nice tree explorer
" Last Change: 1 nov 2007 " Last Change: 3 nov 2007
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com> " Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
let s:NERD_tree_version = '2.6.2.5' let s:NERD_tree_version = '2.7.0'
" SECTION: Script init stuff {{{1 " SECTION: Script init stuff {{{1
"============================================================ "============================================================