preservim / nerdtree

A tree explorer plugin for vim.
Do What The F*ck You Want To Public License
19.66k stars 1.45k forks source link

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

Closed lothardp closed 4 months ago

lothardp commented 4 months ago

Description of Changes

Just a typo fix in the docs.

The NERDTreeShowFilesLines setting doesn't work, and it makes sense because it's not read anywhere in the code. After some looking around I found that the right one is NERDTreeFileLines (as shown in the README also).

In this PR I just fix that typo in the docs so it is consistent.


New Version Info

rzvxa commented 4 months ago

Thank you