nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 3badb3efae11938ac189a2088f80354b173c6ae4
parent 3b98b41740b3ad2e1743dcee05d5c7217d14f8fd
Author: marty <marty@yeliz.(none)>
Date:   Sat,  3 Nov 2007 13:00:59 +1300

changed the version to 2.7.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
@@ -762,7 +762,7 @@ fridge for later ;)
 ==============================================================================
 7. Changelog                                               *NERDTreeChangelog* 
 
-2.6.3
+2.7.0
     - Bug fix: Now when you have the tree on the right and you open it with
       multiple windows stacked, it will take up the full height of the vim
       window. 
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -1,7 +1,7 @@
 " vim global plugin that provides a nice tree explorer
-" Last Change:  1 nov 2007
+" Last Change:  3 nov 2007
 " Maintainer:   Martin Grenfell <martin_grenfell at msn dot com>
-let s:NERD_tree_version = '2.6.2.5'
+let s:NERD_tree_version = '2.7.0'
 
 " SECTION: Script init stuff {{{1
 "============================================================