commit f1a9bd3c89b16749757a917c1771d877b1901555
parent 191dcc40685a49795b8c67913c6524ce2181cd75
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Sat, 10 May 2008 19:14:29 +1200
couple of fixes to the doc
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -63,7 +63,8 @@ The following features and functionality are provided by the NERD tree:
* optional displaying of hidden files (. files)
* files can be "turned off" so that only directories are displayed
* A textual filesystem menu is provided which allows you to
- create/delete/rename file and directory nodes
+ create/delete/rename file and directory nodes as well as copy (for
+ supported OSs)
* The position and size of the NERD tree window can be customised
* The order in which the nodes in the tree are listed can be customised.
* A model of your filesystem is created/maintained as you explore it. This
@@ -698,7 +699,7 @@ Other examples: >
(3) ['\/$', '\.rb$', '\.php$', '*', '\.swp$', '\.bak$', '\~$']
<
1. Directories will appear last, everything else will appear above.
-2. Every will simply appear in alphabetical order.
+2. Everything will simply appear in alphabetical order.
3. Dirs will appear first, then ruby and php. Swap files, bak files and vim
backup files will appear last with everything else preceding them.