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

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tropical32 committed Nov 10, 2022
1 parent 9be9ffe commit bcc4f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hop/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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('.')} ) },
}

Expand Down

0 comments on commit bcc4f8d

Please sign in to comment.