nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 8a32f5851f13f6342409118cfeaf69e3f22fa50d
parent 601862517077755176ca12a7e71e142eceef8979
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Sat, 17 May 2008 14:12:23 +1200

update changelog and credits

Diffstat:
Mdoc/NERD_tree.txt | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -781,6 +781,16 @@ fridge for later ;)
 ==============================================================================
 7. Changelog                                               *NERDTreeChangelog* 
 
+2.9.0
+
+    - path handling improvements, thanks to Zhang Shuhan for heaps of
+      testing/bug reports
+        * improved how paths are stored, now the script will no longer get
+          confused about drives on MF Windows
+        * made the script way better at handling paths with strange characters
+          in them (eg '$@; etc)
+
+
 2.8.0
     - added an option to enable/disable line numbers in the NERD tree window,
       thanks to Olivier Yiptong for the email.
@@ -997,5 +1007,5 @@ the &hidden option is set.
 Thanks to Olivier Yiptong for prompting me to make line numbers in the
 NERD tree window optional.
 
-Thanks to Zhang Shuhan for a bug report when initializing the tree in a dir
-containing spaces.
+Thanks to Zhang Shuhan for all of his emails and testing to help improve the
+NERD tree path handling.