Skip to content

Commit

Permalink
fix: typo in docs for show file lines setting (#1426)
Browse files Browse the repository at this point in the history
Co-authored-by: Lothar Droppelmann <[email protected]>
  • Loading branch information
lothardp and Lothar Droppelmann authored Jul 20, 2024
1 parent fbb71fc commit 09aec2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/NERDTree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ mapping and is useful for drastically shrinking the tree when you are
navigating to a different part of the tree.

------------------------------------------------------------------------------
*NERDTreeShowFilesLines*
*NERDTreeFileLines*
Values: 0 or 1.
Default: 0.

Expand All @@ -1083,8 +1083,8 @@ file.
This setting can be toggled dynamically, per tree, with the |NERDTree-FL|
mapping.
Use one of the follow lines for this setting: >
let NERDTreeShowFilesLines=0
let NERDTreeShowFilesLines=1
let NERDTreeFileLines=0
let NERDTreeFileLines=1
<
------------------------------------------------------------------------------
*NERDTreeShowHidden*
Expand Down

0 comments on commit 09aec2c

Please sign in to comment.