nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 153041ac939502746e5a24468910eb7214a3f593
parent 68cb5fc2eb260078f3d06b1ece52b10da4d3739d
Author: marty <martin_grenfell@msn.com>
Date:   Tue,  1 Dec 2009 22:20:53 +1300

switch to version 4.1.0

Diffstat:
Mdoc/NERD_tree.txt | 2+-
Mplugin/NERD_tree.vim | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -1080,7 +1080,7 @@ The latest dev versions are on github
 ==============================================================================
 6. Changelog                                               *NERDTreeChangelog*
 
-4.x.x
+4.1.0
     features:
     - NERDTreeFind to reveal the node for the current buffer in the tree,
       see |NERDTreeFind|. This effectively merges the FindInNERDTree plugin (by
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: 9 October, 2009
+" Last Change: 1 December, 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 = '4.0.0'
+let s:NERD_tree_version = '4.1.0'
 
 " SECTION: Script init stuff {{{1
 "============================================================