Skip to content

Commit

Permalink
Merge pull request #796 from lifecrisis/doc-update
Browse files Browse the repository at this point in the history
Update the documentation for the "NERDTreeStatusline" setting.
  • Loading branch information
lifecrisis authored Jan 7, 2018
2 parents 183bb53 + 6e26222 commit 68572ef
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions doc/NERDTree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -996,17 +996,16 @@ Other examples: >

------------------------------------------------------------------------------
*'NERDTreeStatusline'*
Values: Any valid statusline setting.
Default: %{b:NERDTree.root.path.strForOS(0)}
Values: Any valid |'statusline'| setting.
Default: %{exists('b:NERDTree')?b:NERDTree.root.path.str():''}

Tells the script what to use as the |'statusline'| setting for NERD tree
windows.
Defines the value for the |'statusline'| setting in NERDTree windows.

Note that the statusline is set using |:let-&| not |:set| so escaping spaces
isn't necessary.
Note: The setting is actually applied using |:let-&|, not |:set|, so
escaping spaces is not necessary.

Setting this option to -1 will will deactivate it so that your global
statusline setting is used instead.
|'statusline'| setting is used.

------------------------------------------------------------------------------
*'NERDTreeWinPos'*
Expand Down

0 comments on commit 68572ef

Please sign in to comment.