Skip to content

Commit

Permalink
fix: do not print the marks
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-liu authored and gbprod committed Oct 11, 2023
1 parent bdf0924 commit cf35db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/substitute.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end
function substitute.operator_callback(vmode)
local marks = utils.get_marks(0, vmode)

print(vim.inspect(marks))
-- print(vim.inspect(marks))

local substitued_text = utils.text(0, marks.start, marks.finish, vmode)

Expand Down

0 comments on commit cf35db5

Please sign in to comment.