You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
hop.hint_char1({ direction = directions.AFTER_CURSOR, current_line_only = true })
generates the following error
E5108: Error executing lua: ...re/nvim/site/pack/packer/start/hop.nvim/lua/hop/init.lua:129: col value outside range
stack traceback:
[C]: in function 'nvim_buf_set_extmark'
...re/nvim/site/pack/packer/start/hop.nvim/lua/hop/init.lua:129: in function 'set_unmatched_lines'
...re/nvim/site/pack/packer/start/hop.nvim/lua/hop/init.lua:141: in function 'apply_dimming'
...re/nvim/site/pack/packer/start/hop.nvim/lua/hop/init.lua:360: in function 'hint_with_callback'
...re/nvim/site/pack/packer/start/hop.nvim/lua/hop/init.lua:310: in function 'hint_with'
...re/nvim/site/pack/packer/start/hop.nvim/lua/hop/init.lua:523: in function 'hint_char1'
/Users/my_user/.config/nvim/lua/user/hop.lua:31: in function </Users/my_user/.config/nvim/lua/user/hop.lua:30>
It works fine when cursor is not on an empty line.
When cursor is on an empty line, when executing:
hop.hint_char1({ direction = directions.AFTER_CURSOR, current_line_only = true })
generates the following error
It works fine when cursor is not on an empty line.
Also, at the same time,
hop.hint_char1()
Works well when cursor is on empty lines.
My setup is:
The text was updated successfully, but these errors were encountered: