merge hide bookmarks and press ? options

This commit is contained in:
Cam Thompson
2011-02-27 20:36:06 -05:00
parent e88f436302
commit 999ba49857
2 changed files with 12 additions and 27 deletions

View File

@@ -642,11 +642,8 @@ NERD tree. These options should be set in your vimrc.
|'NERDTreeWinSize'| Sets the window size when the NERD tree is
opened.
|'NERDTreeBmarksLabel'| Enables display of the Bookmarks label in
the NERD tree.
|'NERDTreePressHelp'| Enables display of the 'Press ? for help' at
the top of the NERD tree.
|'NERDTreeMinimalUI'| Disables display of the 'Bookmarks' label and
'Press ? for help' text.
------------------------------------------------------------------------------
3.2. Customisation details *NERDTreeOptionDetails*
@@ -928,25 +925,14 @@ Default: 31.
This option is used to change the size of the NERD tree when it is loaded.
------------------------------------------------------------------------------
*'NERDTreeBmarksLabel'*
*'NERDTreeMinimalUI'*
Values: 0 or 1
Default: 1
Default: 0
This options enables the 'Bookmarks' label. Use one of the following lines
to set this option: >
let NERDTreeBmarksLabel=0
let NERDTreeBmarksLabel=1
<
------------------------------------------------------------------------------
*'NERDTreePressHelp'*
Values: 0 or 1
Default: 1
This options enables the 'Press ? for help' text. Use one of the following
lines to set this option: >
let NERDTreePressHelp=0
let NERDTreePressHelp=1
This options disables the 'Bookmarks' label 'Press ? for help' text. Use one
of the following lines to set this option: >
let NERDTreeMinimalUI=0
let NERDTreeMinimalUI=1
<
==============================================================================