File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -996,17 +996,16 @@ Other examples: >
996
996
997
997
------------------------------------------------------------------------------
998
998
*'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():'' }
1001
1001
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.
1004
1003
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.
1007
1006
1008
1007
Setting this option to -1 will will deactivate it so that your global
1009
- statusline setting is used instead .
1008
+ |' statusline'| setting is used.
1010
1009
1011
1010
------------------------------------------------------------------------------
1012
1011
*'NERDTreeWinPos'*
You can’t perform that action at this time.
0 commit comments