fix: Use entry maker for marks

This commit is contained in:
TJ DeVries
2020-10-09 17:33:48 -04:00
parent 18a91f2714
commit 5a7a3147a4
4 changed files with 58 additions and 22 deletions

View File

@@ -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