From efe03d6988f6835c857ff27c99ebbe6d158a0c78 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Mon, 12 Jan 2009 23:39:10 +1300 Subject: [PATCH] switch to version 3.0.1 --- plugin/NERD_tree.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index ad567c9..360e5bc 100644 --- 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 -" Last Change: 29 December, 2008 +" Last Change: 12 Jan, 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.0.0' +let s:NERD_tree_version = '3.0.1' " SECTION: Script init stuff {{{1 "============================================================