mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-22 04:35:39 +08:00
fix: typo in docs for show file lines setting (#1426)
Co-authored-by: Lothar Droppelmann <lothar.droppelmann@gmail.com>
This commit is contained in:
parent
fbb71fcd90
commit
09aec2cfca
|
@ -1073,7 +1073,7 @@ mapping and is useful for drastically shrinking the tree when you are
|
||||||
navigating to a different part of the tree.
|
navigating to a different part of the tree.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*NERDTreeShowFilesLines*
|
*NERDTreeFileLines*
|
||||||
Values: 0 or 1.
|
Values: 0 or 1.
|
||||||
Default: 0.
|
Default: 0.
|
||||||
|
|
||||||
|
@ -1083,8 +1083,8 @@ file.
|
||||||
This setting can be toggled dynamically, per tree, with the |NERDTree-FL|
|
This setting can be toggled dynamically, per tree, with the |NERDTree-FL|
|
||||||
mapping.
|
mapping.
|
||||||
Use one of the follow lines for this setting: >
|
Use one of the follow lines for this setting: >
|
||||||
let NERDTreeShowFilesLines=0
|
let NERDTreeFileLines=0
|
||||||
let NERDTreeShowFilesLines=1
|
let NERDTreeFileLines=1
|
||||||
<
|
<
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*NERDTreeShowHidden*
|
*NERDTreeShowHidden*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user