-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Some visual block fixes #667
Conversation
I think this fixes #658 as well |
blockLines += 1; | ||
} | ||
|
||
// Do a regular visual 'change' if only 1 line of block is selected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have to special case this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will remove the special case and improve the insert block mode a little bit more, visual block is just a little funky, I will try to fix the root funkiness there instead of this way
Much better :) |
This looks good. Can you bring it up to date with master please? Then I'll merge it. |
good to go |
Thanks @xconverge! |
Yay! We love PRs! 🎊
Please include a description of your change & check your PR against this list, thanks:
gulp tslint
)More info can be found by clicking the "guidelines for contributing" link above.