@@ -1542,7 +1542,7 @@ Confirmation prompts.
1542
1542
Experimental features that may become default or optional functionality.
1543
1543
In the event of a problem please disable the experiment and raise an issue.
1544
1544
1545
- *nvim-tree.actions.open_file.relative_path*
1545
+ *nvim-tree.experimental. actions.open_file.relative_path*
1546
1546
Buffers opened by nvim-tree will use with relative paths instead of
1547
1547
absolute.
1548
1548
Execute | :ls | to see the paths of all open buffers.
@@ -2764,7 +2764,6 @@ highlight group is not, hard linking as follows: >
2764
2764
| nvim-tree.actions.open_file |
2765
2765
| nvim-tree.actions.open_file.eject |
2766
2766
| nvim-tree.actions.open_file.quit_on_open |
2767
- | nvim-tree.actions.open_file.relative_path |
2768
2767
| nvim-tree.actions.open_file.resize_window |
2769
2768
| nvim-tree.actions.open_file.window_picker |
2770
2769
| nvim-tree.actions.open_file.window_picker.chars |
@@ -2784,6 +2783,7 @@ highlight group is not, hard linking as follows: >
2784
2783
| nvim-tree.diagnostics.show_on_open_dirs |
2785
2784
| nvim-tree.disable_netrw |
2786
2785
| nvim-tree.experimental |
2786
+ | nvim-tree.experimental.actions.open_file.relative_path |
2787
2787
| nvim-tree.filesystem_watchers.debounce_delay |
2788
2788
| nvim-tree.filesystem_watchers.enable |
2789
2789
| nvim-tree.filesystem_watchers.ignore_dirs |
0 commit comments