Merge pull request #112 from davidsierradz/patch-1
Respect 'clipboard' in copy_entry_path
This commit is contained in:
commit
9f2f50f915
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ M.copy_entry_path = {
|
||||||
if not entry or not dir then
|
if not entry or not dir then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
vim.fn.setreg("+", dir .. entry.name)
|
vim.fn.setreg(vim.v.register, dir .. entry.name)
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue