Debugging
parent
e0b5c86802
commit
24e89899e0
|
|
@ -75,7 +75,7 @@ function M.in_and_out_cmd()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if target_pos then
|
if target_pos then
|
||||||
vim.fn.setcmdpos(target_pos)
|
vim.fn.setcmdpos(target_pos - 1)
|
||||||
end
|
end
|
||||||
-- vim.fn.setcmdpos(1)
|
-- vim.fn.setcmdpos(1)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue