switch version to 2.10.0rc1

This commit is contained in:
Martin Grenfell 2008-06-13 18:46:34 +12:00
parent b58ccce913
commit 95ee07c9d3

View File

@ -1,7 +1,7 @@
" vim global plugin that provides a nice tree explorer
" Last Change: 17 May 2008
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
let s:NERD_tree_version = '2.9.0'
let s:NERD_tree_version = '2.10.0rc1'
" SECTION: Script init stuff {{{1
"============================================================