nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit dd8fe4bf69a009b23df4be7c102c7e775b4d49e7
parent e9427a9ca704a327b4a3a52d65b3b2de7c9d7c5b
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date:   Thu, 26 Jun 2014 09:30:48 +0100

Merge pull request #274 from an1zhegorodov/master

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*