nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 5b51f9d1ba095dfca1e614a26b0bb2d86a0336f3
parent b0bb781fc73ef40365e4c996a16f04368d64fc9d
Author: Anton Nizhegorodov <anizh3gorodov@gmail.com>
Date:   Mon, 22 Jul 2013 00:29:03 +0300

Fix help mistake

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
@@ -109,7 +109,7 @@ The following features and functionality are provided by the NERD tree:
 <
 :NERDTreeFromBookmark <bookmark>                       *:NERDTreeFromBookmark*
     Opens a fresh NERD tree with the root initialized to the dir for
-    <bookmark>.  This only reason to use this command over :NERDTree is for
+    <bookmark>.  The only reason to use this command over :NERDTree is for
     the completion (which is for bookmarks rather than directories).
 
 :NERDTreeToggle [<start-directory> | <bookmark>]             *:NERDTreeToggle*