nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 321de60366fc799e5564a7f7f8b826fd8a9b5fc1
parent 3b98a7fcae8f9fff356907171f0406ff8cd28921
Author: Devon Hinton <dhinton@stanford.edu>
Date:   Wed, 22 Apr 2015 01:06:47 -0700

Remove NERD_tree.txt typo

"If not" -> "If No"
Diffstat:
Mdoc/NERD_tree.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -131,7 +131,7 @@ The following features and functionality are provided by the NERD tree:
 :NERDTreeFind                                                  *:NERDTreeFind*
     Find the current file in the tree.
 
-    If not tree exists and the current file is under vim's CWD, then init a
+    If no tree exists and the current file is under vim's CWD, then init a
     tree at the CWD and reveal the file. Otherwise init a tree in the current
     file's directory.