change version to 2.9.0

This commit is contained in:
Martin Grenfell
2008-05-17 16:24:48 +12:00
parent 04ea2eb0f7
commit 80e0bca4dc

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: 31 March 2008 " Last Change: 17 May 2008
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com> " Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
let s:NERD_tree_version = '2.8.0.1' let s:NERD_tree_version = '2.9.0'
" SECTION: Script init stuff {{{1 " SECTION: Script init stuff {{{1
"============================================================ "============================================================