doc: fix incorrect tag (#1938)

This commit is contained in:
Joanjajas 2023-01-24 02:55:59 +01:00 committed by GitHub
parent f1c2d6d372
commit 7944e479c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1273,7 +1273,7 @@ api.tree.close_in_all_tabs() *nvim-tree.api.tree.close_in_all_tabs()*
api.tree.focus() *nvim-tree.api.tree.focus()* api.tree.focus() *nvim-tree.api.tree.focus()*
Focus the tree, opening it if necessary. Focus the tree, opening it if necessary.
api.tree.reload() *nvim-tree.api.tree.focus()* api.tree.reload() *nvim-tree.api.tree.reload()*
Refresh the tree. Does nothing if closed. Refresh the tree. Does nothing if closed.
api.tree.change_root({path}) *nvim-tree.api.tree.change_root()* api.tree.change_root({path}) *nvim-tree.api.tree.change_root()*