Skip to content

Commit 51b4a18

Browse files
author
Lothar Droppelmann
committed
fix: typo in docs for show file lines setting
1 parent fbb71fc commit 51b4a18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/NERDTree.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ mapping and is useful for drastically shrinking the tree when you are
10731073
navigating to a different part of the tree.
10741074

10751075
------------------------------------------------------------------------------
1076-
*NERDTreeShowFilesLines*
1076+
*NERDTreeFileLines*
10771077
Values: 0 or 1.
10781078
Default: 0.
10791079

@@ -1083,8 +1083,8 @@ file.
10831083
This setting can be toggled dynamically, per tree, with the |NERDTree-FL|
10841084
mapping.
10851085
Use one of the follow lines for this setting: >
1086-
let NERDTreeShowFilesLines=0
1087-
let NERDTreeShowFilesLines=1
1086+
let NERDTreeFileLines=0
1087+
let NERDTreeFileLines=1
10881088
<
10891089
------------------------------------------------------------------------------
10901090
*NERDTreeShowHidden*

0 commit comments

Comments
 (0)