mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
👕
This commit is contained in:
@@ -108,7 +108,7 @@ const isWordStart = (previousCharacter, character) =>
|
||||
(
|
||||
character !== ' ' &&
|
||||
character !== '\t'
|
||||
)
|
||||
)
|
||||
|
||||
const isWrapBoundary = (previousCharacter, character) =>
|
||||
isWordStart(previousCharacter, character) || isCJKCharacter(character)
|
||||
|
||||
Reference in New Issue
Block a user