Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Conversation

@Hurtak
Copy link
Contributor

@Hurtak Hurtak commented Dec 22, 2014

because if we decide to delete first selection then cursor indentation is preserved.

Cursor position after deleting first selection $1
X - Cursor position

before:

(function() {
X
}());

after:

(function() {
  X
}());

gif

…o delete first selection then cursor indentation is preserved.

Cursor position after deleting first selection $1
X - Cursor position

before:

(function() {
X
}());

after:

(function() {
  X
}());
kevinsawicki added a commit that referenced this pull request Dec 22, 2014
snippet: iife, \t removed from first selection
@kevinsawicki kevinsawicki merged commit 43c2821 into atom:master Dec 22, 2014
@kevinsawicki
Copy link
Contributor

Nice one!

@Hurtak Hurtak deleted the feature/snippets-iife branch December 22, 2014 18:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants