nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 9b3487db64c6888c6f03ebadc45084ec339b64e3
parent 471a03c9d91615f58f26206d284c57f58b0a1376
Author: Jason Franklin <j_fra@fastmail.us>
Date:   Sun, 11 Jun 2017 09:47:50 -0400

Update the option summary

It came to my attention that the option summary has been neglected for
the past few commits. I added the new option in this feature branch and
updated the descriptions of two nearby options.

This section could use some focused editing.

Diffstat:
Mdoc/NERD_tree.txt | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -637,11 +637,11 @@ NERD tree. These options should be set in your vimrc.
 
 |'NERDTreeBookmarksFile'|       Where the bookmarks are stored.
 
-|'NERDTreeBookmarksSort'|       Whether the bookmarks list is sorted on
-                                display.
+|'NERDTreeBookmarksSort'|       Control how the Bookmark table is sorted.
 
-|'NERDTreeMouseMode'|           Tells the NERD tree how to handle mouse
-                                clicks.
+|'NERDTreeMarkBookmarks'|       Render bookmarked nodes with markers.
+
+|'NERDTreeMouseMode'|           Manage the interpretation of mouse clicks.
 
 |'NERDTreeQuitOnOpen'|          Closes the tree window after opening a file.