Debugging
parent
983c2166b5
commit
5912f48f7e
|
|
@ -75,9 +75,8 @@ function M.in_and_out_cmd()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if target_pos then
|
if target_pos then
|
||||||
vim.print("target pos " .. target_pos)
|
vim.print("target pos " .. target_pos + 1)
|
||||||
local worked = vim.fn.setcmdpos(target_pos + 1)
|
vim.fn.setcmdpos(target_pos + 1)
|
||||||
vim.print("worked = " .. worked)
|
|
||||||
end
|
end
|
||||||
-- vim.fn.setcmdpos(1)
|
-- vim.fn.setcmdpos(1)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue