This commit is contained in:
Nathan Sobo
2012-02-23 22:11:22 -07:00
parent 422df7989a
commit 68bbe2708c

View File

@@ -17,7 +17,6 @@ class ScreenLineFragment
leftTokens = []
leftTextLength = 0
while leftTextLength < column
debugger unless rightTokens[0]
if leftTextLength + rightTokens[0].value.length > column
rightTokens[0..0] = @splitTokenAt(rightTokens[0], column - leftTextLength)
nextToken = rightTokens.shift()