From 191dcc40685a49795b8c67913c6524ce2181cd75 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sat, 10 May 2008 18:52:35 +1200 Subject: [PATCH] remove a now unneeded not to windows users dont warn windows users about setting NERDTreeChDirMode as drives are handled properly now --- doc/NERD_tree.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt index d2788b2..77f2d64 100644 --- 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