From bcc4f8d4aebe68b4e7ab5bf3d3fa3194d3653143 Mon Sep 17 00:00:00 2001 From: Kamil Dydo Date: Thu, 10 Nov 2022 02:04:43 +0100 Subject: [PATCH] remove comment --- lua/hop/window.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/hop/window.lua b/lua/hop/window.lua index fd180695..61289a9f 100644 --- a/lua/hop/window.lua +++ b/lua/hop/window.lua @@ -55,7 +55,7 @@ function M.get_window_context(multi_windows) local cur_hbuf = vim.api.nvim_win_get_buf(cur_hwin) all_ctxs[#all_ctxs + 1] = { - hbuf = cur_hbuf, -- 14 + hbuf = cur_hbuf, contexts = { window_context(cur_hwin, {vim.fn.line('.'), vim.fn.charcol('.')} ) }, }