Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadronized committed Jul 21, 2022
1 parent a7ad781 commit e23fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hop/jump_target.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ local function mark_jump_targets_line(buf_handle, win_handle, regex, line_contex
if b == nil or (b == 0 and e == 0) then
break
end
-- Preview need a length to highlight the matched string. Zero means nothingh to highlight.
-- Preview need a length to highlight the matched string. Zero means nothing to highlight.
local matched_length = e - b
-- As the make for jump target must be placed at a cell (but some pattern like '^' is
-- placed between cells), we should make sure e > b
Expand Down

0 comments on commit e23fdb8

Please sign in to comment.