-
Notifications
You must be signed in to change notification settings - Fork 136
[BUG] Invalid 'col': out of range #361
Comments
Experiencing the same issue. For me, this happens when initiating
|
Possible duplicate from #335. I had the same issue. Ah PR was made by someone but it is not merged, unfortunately. |
HI, -- this works flawlessly even with multiwindows Hope this helps a bit. |
There's a pull request (#358) that fixes this issue, it's been open for a while. Personally I added: if #vim.api.nvim_get_current_line() == 0 then
cursor_pos[2] = cursor_pos[2] - 1
end after line 92 in |
Thanks theofabilous ! That works, missed the pull request... |
hello, there's another PR #363 fix this bug, and it works on my machine |
Absolutely greate mate, thank you! |
I moved to a new fork (see #369): https://github.com/smoka7/hop.nvim, it works great to me. |
Hi, I'm using
HopChar1AC
to jump forward, but there's an exceptionInvalid 'col': out of range
:It's happening on a specific file, not on every file.
The text was updated successfully, but these errors were encountered: