Skip to content

Commit 7944e47

Browse files
doc: fix incorrect tag (#1938)
1 parent f1c2d6d commit 7944e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nvim-tree-lua.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ api.tree.close_in_all_tabs() *nvim-tree.api.tree.close_in_all_tabs()*
12731273
api.tree.focus() *nvim-tree.api.tree.focus()*
12741274
Focus the tree, opening it if necessary.
12751275

1276-
api.tree.reload() *nvim-tree.api.tree.focus()*
1276+
api.tree.reload() *nvim-tree.api.tree.reload()*
12771277
Refresh the tree. Does nothing if closed.
12781278

12791279
api.tree.change_root({path}) *nvim-tree.api.tree.change_root()*

0 commit comments

Comments
 (0)