Debugging
parent
12e80e5850
commit
5a8e259cec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue