commit f183d60b139585ecb738e4581b1fac868e8cfa5e
parent 8c8cd291422fb82272b2ab7f66de11d719cb8ef8
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Sat, 5 Jul 2008 12:17:21 +1200
switch version to 2.12.0
Diffstat:
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: 23 June, 2008
+" Last Change: 5 July, 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.11.0'
+let s:NERD_tree_version = '2.12.0'
" SECTION: Script init stuff {{{1
"============================================================