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

Fix #2168: Surround offset #2171

Merged
merged 3 commits into from
Nov 22, 2017
Merged

Fix #2168: Surround offset #2171

merged 3 commits into from
Nov 22, 2017

Commits on Nov 22, 2017

  1. Fix VSCodeVim#2168: surround spacing bug

    In Vim, the commands `yw` and `yaw` will also yank any trailing
    whitespace. However, during a surround command `ysaw`, we want to
    exclude that whitespace to avoid an offset.
    westim committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    56371b6 View commit details
    Browse the repository at this point in the history
  2. Add more surround plugin tests

    westim committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    fdf5592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eea9768 View commit details
    Browse the repository at this point in the history