Fix lua_tree_allow_resize variable name in docs

It's actually `lua_tree_width_allow_resize` in the code.
This commit is contained in:
Vitaly Kushner
2020-12-18 18:07:28 +01:00
committed by Kiyan
parent bc8245c7bb
commit 9810f8d8c9
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ Can be 0 or 1. When 1, will open the tree when entering a new tab if the
tree was previously open.
Default is 0
|g:lua_tree_allow_resize| *g:lua_tree_allow_resize*
|g:lua_tree_width_allow_resize| *g:lua_tree_width_allow_resize*
Can be 0 or 1. When 1, it will not resize the tree to it's original width
when opening a new file.