public
Description: hax0r vim script to give you a tree explorer
Clone URL: git://github.com/scrooloose/nerdtree.git
switch version to 2.13.0
scrooloose (author)
Sun Jul 20 03:34:48 -0700 2008
commit  0620b91efa4041288dc69325c53b3d98e8478536
tree    7de8baeece3edb17896677b730bc7cda8769688a
parent  ea4d4ff80dd86d0449dfd29f401c00b01efaa8b7
...
889
890
891
892
 
893
894
895
...
889
890
891
 
892
893
894
895
0
@@ -889,7 +889,7 @@ fridge for later ;)
0
 ==============================================================================
0
 7. Changelog *NERDTreeChangelog*
0
 
0
-2.x.x
0
+2.13.0
0
     - make NERDTreeChDir option default to 0 (i.e. never change vims current
0
       working dir by default)
0
     - when moving/deleting nodes with the filesystem menu, move/delete any
...
2
3
4
5
 
6
7
8
...
10
11
12
13
 
14
15
16
...
2
3
4
 
5
6
7
8
...
10
11
12
 
13
14
15
16
0
@@ -2,7 +2,7 @@
0
 " File: NERD_tree.vim
0
 " Description: vim global plugin that provides a nice tree explorer
0
 " Maintainer: Martin Grenfell <martin_grenfell at msn dot com>
0
-" Last Change: 5 July, 2008
0
+" Last Change: 20 July, 2008
0
 " License: This program is free software. It comes without any warranty,
0
 " to the extent permitted by applicable law. You can redistribute
0
 " it and/or modify it under the terms of the Do What The Fuck You
0
@@ -10,7 +10,7 @@
0
 " See http://sam.zoy.org/wtfpl/COPYING for more details.
0
 "
0
 " ============================================================================
0
-let s:NERD_tree_version = '2.12.0'
0
+let s:NERD_tree_version = '2.13.0'
0
 
0
 " SECTION: Script init stuff {{{1
0
 "============================================================

Comments

    No one has commented yet.