From 5a7a3147a4553146342aeb5a112c72606367fea5 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Fri, 9 Oct 2020 17:33:48 -0400 Subject: fix: Use entry maker for marks --- lua/telescope/actions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/telescope/actions.lua') diff --git a/lua/telescope/actions.lua b/lua/telescope/actions.lua index 4b15c93..ebebbea 100644 --- a/lua/telescope/actions.lua +++ b/lua/telescope/actions.lua @@ -110,7 +110,7 @@ local function goto_file_selection(prompt_bufnr, command) if row and col then local ok, err_msg = pcall(a.nvim_win_set_cursor, 0, {row, col}) if not ok then - log.debug("Failed to move to cursor:", err_msg) + log.debug("Failed to move to cursor:", err_msg, row, col) end end end -- cgit v1.2.3