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

@@ -1,7 +1,7 @@
" 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>
let s:NERD_tree_version = '2.6.2.5'
let s:NERD_tree_version = '2.7.0'
" SECTION: Script init stuff {{{1
"============================================================