nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 7c8c811f00f9e8f792a88a271f7f79ab0bdd7e85
parent c726ec7318f1cbb756744333c05445d751804e80
Author: Jason Franklin <j_fra@fastmail.us>
Date:   Mon, 10 Sep 2018 08:33:10 -0400

Edit the help file

Diffstat:
Mdoc/NERDTree.txt | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/NERDTree.txt b/doc/NERDTree.txt
@@ -142,8 +142,8 @@ The following features and functionality are provided by the NERD tree:
     current tab does not exist, a new one will be initialized.
 
 :NERDTreeCWD                                                    *:NERDTreeCWD*
-    Change the NERDTree root to the current working directory. If no NERDTree
-    exists for this tab, a new one is opened.
+    Change the NERDTree root to the current working directory.  If no
+    NERDTree exists for this tab, a new one is opened.
 
 ------------------------------------------------------------------------------
 2.2. Bookmarks                                             *NERDTreeBookmarks*
@@ -522,7 +522,7 @@ Default key: cd
 Map option: NERDTreeMapChdir
 Applies to: files and directories.
 
-Change vims current working directory to that of the selected node.
+Change Vim's current working directory to that of the selected node.
 
 ------------------------------------------------------------------------------
                                                                  *NERDTree-CD*
@@ -530,7 +530,7 @@ Default key: CD
 Map option: NERDTreeMapCWD
 Applies to: no restrictions.
 
-Change tree root to vims current working directory.
+Change the NERDTree root to Vim's current working directory.
 
 ------------------------------------------------------------------------------
                                                                   *NERDTree-I*