Skip to content

Commit 6f5d22d

Browse files
committed
feat(#2127): update help
1 parent 4054421 commit 6f5d22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/nvim-tree-lua.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ Confirmation prompts.
15421542
Experimental features that may become default or optional functionality.
15431543
In the event of a problem please disable the experiment and raise an issue.
15441544

1545-
*nvim-tree.actions.open_file.relative_path*
1545+
*nvim-tree.experimental.actions.open_file.relative_path*
15461546
Buffers opened by nvim-tree will use with relative paths instead of
15471547
absolute.
15481548
Execute |:ls| to see the paths of all open buffers.
@@ -2764,7 +2764,6 @@ highlight group is not, hard linking as follows: >
27642764
|nvim-tree.actions.open_file|
27652765
|nvim-tree.actions.open_file.eject|
27662766
|nvim-tree.actions.open_file.quit_on_open|
2767-
|nvim-tree.actions.open_file.relative_path|
27682767
|nvim-tree.actions.open_file.resize_window|
27692768
|nvim-tree.actions.open_file.window_picker|
27702769
|nvim-tree.actions.open_file.window_picker.chars|
@@ -2784,6 +2783,7 @@ highlight group is not, hard linking as follows: >
27842783
|nvim-tree.diagnostics.show_on_open_dirs|
27852784
|nvim-tree.disable_netrw|
27862785
|nvim-tree.experimental|
2786+
|nvim-tree.experimental.actions.open_file.relative_path|
27872787
|nvim-tree.filesystem_watchers.debounce_delay|
27882788
|nvim-tree.filesystem_watchers.enable|
27892789
|nvim-tree.filesystem_watchers.ignore_dirs|

0 commit comments

Comments
 (0)