nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit e7ebee3084cfe97b2084782f004a723f83be243f
parent 1239f78baf72e9e1643360670cd966ed4df70bb7
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Sun,  7 Jun 2009 21:36:59 +1200

switch to version 3.1.1

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
@@ -997,7 +997,7 @@ The latest dev versions are on github
 ==============================================================================
 6. Changelog                                               *NERDTreeChangelog*
 
-3.x.x
+3.1.1
     - fix a bug where a non-listed no-name buffer was getting created every
       time the tree windows was created, thanks to Derek Wyatt and owen1
     - make <CR> behave the same as the 'o' mapping
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 msn dot com>
-" Last Change: 27 Jan, 2009
+" Last Change: 7 Jun, 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.0'
+let s:NERD_tree_version = '3.1.1'
 
 " SECTION: Script init stuff {{{1
 "============================================================