Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuster committed Nov 29, 2024
1 parent 7cc0a4c commit 775533d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dirvish-do/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ end


local function get_register()
local reg = vim.fn.getreg()
local reg = fn.getreg()
return vim.split(reg, '\n', { trimempty = true })
end

Expand Down

0 comments on commit 775533d

Please sign in to comment.