hop.nvim
hop.nvim copied to clipboard
Fix some bugs
This PR fixes these bugs:
- Running
:HopVerticalAC
when the cursor is on an empty line will print "col value outside range". - Running
:HopVerticalMW
when there is a floating window will printInvalid buffer id: N
. - A potential issue that could cause "Not allowed to change text or change window".
I had this problem with HopLineStartAC
in my environment.
This PR fixed it! Thanks!
- Running :HopVerticalAC when the cursor is on an empty line will print "col value outside range".
Can you document your changes? The plugin starts to become a mess with all the changes in the PRs trying to fix that problem, I will probably refactor all of that in a couple of days and I need to understand exactly what does what.
Sorry for the late reply. I have added comments about the changes. Please check it out.
I'm using this branch and it seems to fix #335 👍🏾
Any progress on this?
I'm waiting (for over a month!) for a review. @phaazon Please confirm and merge.
@phaazon any chance this could get reviewed and merged?