From 9b3487db64c6888c6f03ebadc45084ec339b64e3 Mon Sep 17 00:00:00 2001 From: Jason Franklin Date: Sun, 11 Jun 2017 09:47:50 -0400 Subject: [PATCH] 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. --- doc/NERD_tree.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt index cc040d1..3b9f628 100644 --- 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.