-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: fix cursor position after item move command #8967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I started by trying to add tests for the cases I was referring to in #8492. It seems that the I'll continue looking to see if I can find the cause of the undesired offset. |
Yeah, unclear why they are not picked up... The VS side of this is here: |
Thanks for the links! The problem is certainly on VS side. There's a off-by-one error in something involving |
@matklad I think I found the issue. See the following line updating I think that it should increment It really feels good to have the item movers not moving the cursor around =D |
closes Item movers need some fixes rust-lang#8492
1ac9934
to
3dce8a3
Compare
bors r+ Thanks @eduardocanellas |
changelog fix (first contribution) fix cursor position after move item command |
Closes #8492