From 7944e479c18b7e79ff88a74cd829cf716d92aea5 Mon Sep 17 00:00:00 2001 From: Joanjajas Date: Tue, 24 Jan 2023 02:55:59 +0100 Subject: [PATCH] doc: fix incorrect tag (#1938) --- doc/nvim-tree-lua.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 5da5994b..2075c421 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -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()* 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. api.tree.change_root({path}) *nvim-tree.api.tree.change_root()*