From 09aec2cfca93c34fd4871bc6ebf7bd499abe55bf Mon Sep 17 00:00:00 2001 From: Lothar Droppelmann <48971777+lothardp@users.noreply.github.com> Date: Sat, 20 Jul 2024 00:50:24 -0400 Subject: [PATCH] fix: typo in docs for show file lines setting (#1426) Co-authored-by: Lothar Droppelmann --- doc/NERDTree.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/NERDTree.txt b/doc/NERDTree.txt index 5c0344a..f8a1fdc 100644 --- a/doc/NERDTree.txt +++ b/doc/NERDTree.txt @@ -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. @@ -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*