⬆️ autosave

This commit is contained in:
Nathan Sobo
2017-04-17 21:05:52 -06:00
parent 0e9581e5aa
commit cc6e127ec1
3 changed files with 3 additions and 2 deletions

View File

@@ -255,6 +255,7 @@ class TokenizedBuffer extends Model
new TokenizedLine({openScopes, text, tags, ruleStack, lineEnding, @tokenIterator})
tokenizedLineForRow: (bufferRow) ->
debugger
if 0 <= bufferRow <= @buffer.getLastRow()
if tokenizedLine = @tokenizedLines[bufferRow]
tokenizedLine