commit 241f2e9dfe866010889c9c190278b95080d944ed
parent c864c6e463349a22e93e00ee48147321a61601f2
Author: marty <martin_grenfell@msn.com>
Date: Fri, 9 Oct 2009 18:52:47 +1300
switch to version 4.0.0
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -2,7 +2,7 @@
" File: NERD_tree.vim
" Description: vim global plugin that provides a nice tree explorer
" Maintainer: Martin Grenfell <martin.grenfell at gmail dot com>
-" Last Change: 7 Jun, 2009
+" Last Change: 9 October, 2009
" 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 = '3.1.1'
+let s:NERD_tree_version = '4.0.0'
" SECTION: Script init stuff {{{1
"============================================================