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 @@ -992,10 +992,10 @@ exists.
992
992
- trash
993
993
- rename
994
994
- rename_sub
995
- - copy
996
995
- cut
997
996
- paste
998
997
- print_clipboard
998
+ - copy.name
999
999
- copy.absolute_path
1000
1000
- copy.filename
1001
1001
- copy.relative_path
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ Api.fs.remove = inject_node(require("nvim-tree.actions.fs.remove-file").fn)
37
37
Api .fs .trash = inject_node (require (" nvim-tree.actions.fs.trash" ).fn )
38
38
Api .fs .rename = inject_node (require (" nvim-tree.actions.fs.rename-file" ).fn (false ))
39
39
Api .fs .rename_sub = inject_node (require (" nvim-tree.actions.fs.rename-file" ).fn (true ))
40
- Api .fs .copy = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).copy )
41
40
Api .fs .cut = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).cut )
42
41
Api .fs .paste = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).paste )
43
42
Api .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 )
44
44
Api .fs .copy .absolute_path = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).copy_absolute_path )
45
45
Api .fs .copy .filename = inject_node (require (" nvim-tree.actions.fs.copy-paste" ).copy_filename )
46
46
Api .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