-
-
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
s/a/b/g does not work in visual block mode #762
Comments
What do you mean "i" command. For visual block it is "I" or "A" not "i" and "a" |
Thanks.. "I" works fine (deleted previous comment) |
@xconverge sorry for revisiting this issue so late. I just tried Vim again and |
I thought I tried that, I will try again.. |
@rebornix did you try visual block mode? ":" is not even handled in visual block mode in the extension so I can't even get to the point where it would give the <,> prefix... |
@xconverge we didn't add visualblock mode to |
Did you try it? I couldn't get it to work even after I made the change you made I am unable to test this build right now though |
I pushed two commits to fix this issue and the following one is Sean Kelly [email protected]于2016年9月20日周二 下午4:18写道:
|
Ah perfect! Sorry I only saw the one that referenced this ticket, nice! tested it, looks good! |
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
Enter visual block and select a section
Cant even enter :
I made the change to allow : when in visual block and then tried to replace a term globally for selection: :s/a/b/g and it did not work
What did you expect to happen?
Substitute matching selection within block
What happened instead?
Only substituted on first line once I made the change to even allow : while in visualBlock
The text was updated successfully, but these errors were encountered: