mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Wrap on words, not chars
This commit is contained in:
@@ -125,7 +125,7 @@ class TokenizedLine
|
||||
@lineEnding is null
|
||||
|
||||
isOutsidePhantomToken: (column) ->
|
||||
@tokens[0].isPhantom && column > @tokens[0].screenDelta
|
||||
!@tokens[0].isPhantom || column > @tokens[0].screenDelta
|
||||
|
||||
isInsidePhantomToken: (column) ->
|
||||
@tokens[0].isPhantom && column < @tokens[0].screenDelta
|
||||
|
||||
Reference in New Issue
Block a user