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

Making ci{ consistent with Vim #982

Closed
octref opened this issue Oct 25, 2016 · 1 comment
Closed

Making ci{ consistent with Vim #982

octref opened this issue Oct 25, 2016 · 1 comment
Labels

Comments

@octref
Copy link
Contributor

octref commented Oct 25, 2016

For this file:

function foo() {
  |const f;
}

class Bar() {
  function baz() {
    |const qux;
  }
}

What did you do?

If you do ci{ in first/second place, what you get are:

function foo() {|
}

class Bar() {
  function baz() {|}
}

What did you expect to happen?

function foo() {
  |
}

class Bar() {
  function baz() {
    |
  }
}

Technical details:

  • VSCode Version: 1.7 Insider
  • VsCodeVim Version: 0.4
  • OS: OS X 10.11.6
rebornix added a commit to rebornix/Vim that referenced this issue Oct 25, 2016
@octref
Copy link
Contributor Author

octref commented Oct 25, 2016

Thanks a lot for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants