Ensure single-line snippets do not indent the following line

This commit is contained in:
Nathan Sobo
2012-06-27 08:03:54 -06:00
parent 79d9faba58
commit 3cce8f9afd
2 changed files with 16 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ class Snippet
column += segment.length
bodyText.push(lineText.join(''))
row++; column = 0
@lineCount = row + 1
@lineCount = row
@tabStops = []
for index in _.keys(tabStopsByIndex).sort()