the following error occurs when hopping to a character in the first column:
E5108: Error executing lua /home/mhyun/.config/nvim/bundle/hop.nvim/lua/hop/init.lua:279: Column value outside range
stack traceback:
[C]: in function 'nvim_win_set_cursor'
/home/mhyun/.config/nvim/bundle/hop.nvim/lua/hop/init.lua:279: in function 'move_cursor_to'
/home/mhyun/.config/nvim/bundle/hop.nvim/lua/hop/init.lua:288: in function 'callback'
/home/mhyun/.config/nvim/bundle/hop.nvim/lua/hop/init.lua:392: in function 'refine_hints'
/home/mhyun/.config/nvim/bundle/hop.nvim/lua/hop/init.lua:354: in function 'hint_with_callback'
/home/mhyun/.config/nvim/bundle/hop.nvim/lua/hop/init.lua:287: in function 'hint_with'
/home/mhyun/.config/nvim/bundle/hop.nvim/lua/hop/init.lua:474: in function 'hint_char1'
[string ":lua"]:1: in main chunk
To reproduce:
hello
world
place the cursor anywhere on the first line of this snippet, then use the t mapping to jump to the "w" on the 2nd line.
Using this
t
mapping:the following error occurs when hopping to a character in the first column:
To reproduce:
place the cursor anywhere on the first line of this snippet, then use the
t
mapping to jump to the "w" on the 2nd line.