From 0620b91efa4041288dc69325c53b3d98e8478536 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sun, 20 Jul 2008 22:34:48 +1200 Subject: [PATCH] switch version to 2.13.0 --- doc/NERD_tree.txt | 2 +- plugin/NERD_tree.vim | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt index 8aaf0ea..d8f0baa 100644 --- a/doc/NERD_tree.txt +++ b/doc/NERD_tree.txt @@ -889,7 +889,7 @@ fridge for later ;) ============================================================================== 7. Changelog *NERDTreeChangelog* -2.x.x +2.13.0 - make NERDTreeChDir option default to 0 (i.e. never change vims current working dir by default) - when moving/deleting nodes with the filesystem menu, move/delete any diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index f7fc274..9d36183 100644 --- 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 -" Last Change: 5 July, 2008 +" Last Change: 20 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.12.0' +let s:NERD_tree_version = '2.13.0' " SECTION: Script init stuff {{{1 "============================================================