switch to version 3.0.0

This commit is contained in:
Martin Grenfell 2008-12-29 14:55:44 +13:00
parent d508c231b5
commit 6f24013463

View File

@ -2,7 +2,7 @@
" File: NERD_tree.vim
" Description: vim global plugin that provides a nice tree explorer
" Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
" Last Change: 29 October, 2008
" Last Change: 29 December, 2008
" License: This program is free software. It comes without any warranty,
" to the extent permitted by applicable law. You can redistribute
" it and/or modify it under the terms of the Do What The Fuck You
@ -10,7 +10,7 @@
" See http://sam.zoy.org/wtfpl/COPYING for more details.
"
" ============================================================================
let s:NERD_tree_version = '2.14.3'
let s:NERD_tree_version = '3.0.0'
" SECTION: Script init stuff {{{1
"============================================================