Implement the g:NERDTreeMarkBookmarks setting

The setting is self-explanatory. See the added documentation for further
details.
This commit is contained in:
Jason Franklin
2017-06-10 17:07:57 -04:00
parent a9ab90198b
commit 471a03c9d9
3 changed files with 11 additions and 1 deletions

View File

@@ -845,6 +845,15 @@ If set to 0, the bookmarks list is not sorted.
If set to 1, the bookmarks list is sorted in a case-insensitive manner.
If set to 2, the bookmarks list is sorted in a case-sensitive manner.
------------------------------------------------------------------------------
*'NERDTreeMarkBookmarks'*
Values: 0 or 1
Default: 1
If set to 1, Bookmarks will be specially marked whenever the NERDTree is
rendered. Users of the |'NERDTreeMinimalUI'| setting may prefer to disable
this setting for even less visual clutter.
------------------------------------------------------------------------------
*'NERDTreeMouseMode'*
Values: 1, 2 or 3.