Skip to content
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

Implement ampersand (&) action #3925

Merged
merged 1 commit into from Jul 26, 2019
Merged

Implement ampersand (&) action #3925

merged 1 commit into from Jul 26, 2019

Conversation

J-Fields
Copy link
Member

What this PR does / why we need it:
Implements the ampersand (&) action, which repeats the last substitution (equivalent to :s)

Which issue(s) this PR fixes
Fixes #3808

This action repeats the last substitution, equivalent to `:s`.
Fixes #3808
@xconverge
Copy link
Member

LGTM, thanks for the concise feature and test case!

@xconverge xconverge merged commit 7b6c20a into VSCodeVim:master Jul 26, 2019
@J-Fields J-Fields deleted the ampersand branch July 26, 2019 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ampersand ("&") action in normal mode
2 participants