nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 191dcc40685a49795b8c67913c6524ce2181cd75
parent 0d62ffd5db98b5cedd35e6e2343fc028c2393a27
Author: Martin Grenfell <martin_grenfell@msn.com>
Date:   Sat, 10 May 2008 18:52:35 +1200

remove a now unneeded not to windows users

dont warn windows users about setting NERDTreeChDirMode as drives are
handled properly now

Diffstat:
Mdoc/NERD_tree.txt | 4----
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -581,10 +581,6 @@ the CWD is changed whenever the tree root is changed. For example, if the CWD
 is /home/marty/foobar and you make the node for /home/marty/foobar/baz the new
 root then the CWD will become /home/marty/foobar/baz.
 
-Note to windows users: it is highly recommended that you have this option set
-to either 1 or 2 or else the script wont function properly if you attempt to
-open a NERD tree on a different drive to the one vim is currently in.
-
 Authors note: at work i have this option set to 1 because i have a giant ctags
 file in the root dir of my project. This way i can initialise the NERD tree
 with the root dir of my project and always have ctags available to me --- no