fix: typo in docs for show file lines setting (#1426)

Co-authored-by: Lothar Droppelmann <lothar.droppelmann@gmail.com>
This commit is contained in:
Lothar Droppelmann 2024-07-20 00:50:24 -04:00 committed by GitHub
parent fbb71fcd90
commit 09aec2cfca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*