Skip to content

Commit

Permalink
fix: changed getreginfo to getreg after issues with xclip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeansidharta committed Dec 31, 2022
1 parent 3e8309a commit f86d974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/deferred-clipboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
local function copy_register(from, to)
vim.fn.setreg(
to,
vim.fn.getreginfo(from)
vim.fn.getreg(from)
)
end

Expand Down

0 comments on commit f86d974

Please sign in to comment.