From 5912f48f7ec593f1c0dbc35a5b3566e7e92bf4c6 Mon Sep 17 00:00:00 2001 From: Bryan Date: Mon, 21 Oct 2024 22:55:42 -0600 Subject: [PATCH] Debugging --- lua/in-and-out/init.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/in-and-out/init.lua b/lua/in-and-out/init.lua index 6081863..4855caa 100644 --- a/lua/in-and-out/init.lua +++ b/lua/in-and-out/init.lua @@ -75,9 +75,8 @@ function M.in_and_out_cmd() end end if target_pos then - vim.print("target pos " .. target_pos) - local worked = vim.fn.setcmdpos(target_pos + 1) - vim.print("worked = " .. worked) + vim.print("target pos " .. target_pos + 1) + vim.fn.setcmdpos(target_pos + 1) end -- vim.fn.setcmdpos(1) end