Skip to content

Commit 68572ef

Browse files
authored
Merge pull request #796 from lifecrisis/doc-update
Update the documentation for the "NERDTreeStatusline" setting.
2 parents 183bb53 + 6e26222 commit 68572ef

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/NERDTree.txt

+6-7
Original file line numberDiff line numberDiff line change
@@ -996,17 +996,16 @@ Other examples: >
996996

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

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

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

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

10111010
------------------------------------------------------------------------------
10121011
*'NERDTreeWinPos'*

0 commit comments

Comments
 (0)