File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -995,7 +995,7 @@ exists.
995995 - cut
996996 - paste
997997 - print_clipboard
998- - copy.name
998+ - copy.node
999999 - copy.absolute_path
10001000 - copy.filename
10011001 - copy.relative_path
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Api.fs.rename_sub = inject_node(require("nvim-tree.actions.fs.rename-file").fn(t
4040Api .fs .cut = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).cut )
4141Api .fs .paste = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).paste )
4242Api .fs .print_clipboard = require (" nvim-tree.actions.fs.copy-paste" ).print_clipboard
43- Api .fs .copy .name = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).copy )
43+ Api .fs .copy .node = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).copy )
4444Api .fs .copy .absolute_path = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).copy_absolute_path )
4545Api .fs .copy .filename = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).copy_filename )
4646Api .fs .copy .relative_path = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).copy_path )
You can’t perform that action at this time.
0 commit comments