Merge pull request #796 from lifecrisis/doc-update
Update the documentation for the "NERDTreeStatusline" setting.
This commit is contained in:
commit
68572ef461
@ -996,17 +996,16 @@ Other examples: >
|
|||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*'NERDTreeStatusline'*
|
*'NERDTreeStatusline'*
|
||||||
Values: Any valid statusline setting.
|
Values: Any valid |'statusline'| setting.
|
||||||
Default: %{b:NERDTree.root.path.strForOS(0)}
|
Default: %{exists('b:NERDTree')?b:NERDTree.root.path.str():''}
|
||||||
|
|
||||||
Tells the script what to use as the |'statusline'| setting for NERD tree
|
Defines the value for the |'statusline'| setting in NERDTree windows.
|
||||||
windows.
|
|
||||||
|
|
||||||
Note that the statusline is set using |:let-&| not |:set| so escaping spaces
|
Note: The setting is actually applied using |:let-&|, not |:set|, so
|
||||||
isn't necessary.
|
escaping spaces is not necessary.
|
||||||
|
|
||||||
Setting this option to -1 will will deactivate it so that your global
|
Setting this option to -1 will will deactivate it so that your global
|
||||||
statusline setting is used instead.
|
|'statusline'| setting is used.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*'NERDTreeWinPos'*
|
*'NERDTreeWinPos'*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user