Skip to content

Conversation

@Neko-Box-Coder
Copy link
Contributor

If you have multi-cursors inside braces and perform newline, the autoclose won't act as expected.

abc
{|}

abc
{|}

abc
{|}

| are the cursors. Here's what happens after newline

abc
{
|   
}

abc
{|}

abc
{|}

The autoclose doesn't get run on each cursor, therefore only the first (primary) cursor works. This PR fixes that.

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.

1 participant