nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit a59a2f6177cee8ac430ce97d06a49a8b497d1972
parent 2f399b9ba45823ca436358dda04a385c5decf1f1
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Wed, 29 Oct 2008 20:14:08 +1300

switch to version 2.14.2

Diffstat:
Mplugin/NERD_tree.vim | 4++--
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 msn dot com>
-" Last Change: 20 July, 2008
+" Last Change: 29 October, 2008
 " 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 = '2.14.1'
+let s:NERD_tree_version = '2.14.2'
 
 " SECTION: Script init stuff {{{1
 "============================================================