Skip to content

Commit

Permalink
Code Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhiya committed May 22, 2024
1 parent a2dbe82 commit 6e05b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/fittencode/engines/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ local function make_range(buffer)
if VMODE[mode] then
in_v = true
if fn.has('nvim-0.10') == 1 then
region = fn.getregion(vim.fn.getpos('.'), vim.fn.getpos('v'), { type = vim.fn.mode() })
region = fn.getregion(fn.getpos('.'), fn.getpos('v'), { type = fn.mode() })
end
end

Expand Down

0 comments on commit 6e05b70

Please sign in to comment.