Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit bcc4f8d

Browse files
committed
remove comment
1 parent 9be9ffe commit bcc4f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/hop/window.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function M.get_window_context(multi_windows)
5555
local cur_hbuf = vim.api.nvim_win_get_buf(cur_hwin)
5656

5757
all_ctxs[#all_ctxs + 1] = {
58-
hbuf = cur_hbuf, -- 14
58+
hbuf = cur_hbuf,
5959
contexts = { window_context(cur_hwin, {vim.fn.line('.'), vim.fn.charcol('.')} ) },
6060
}
6161

0 commit comments

Comments
 (0)