Debugging

master
Bryan 2024-10-21 22:45:09 -06:00
parent 12e80e5850
commit 5a8e259cec
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function M.in_and_out_cmd()
end
if target_pos then
vim.print("target pos " .. target_pos)
vim.fn.setcmdpos(target_pos - 1)
vim.fn.setcmdpos(target_pos + 1)
end
-- vim.fn.setcmdpos(1)
end