You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document.lines is a property which executes self.source.splitlines(True). It is used in apply_change and in word_at_position and in both cases called twice which is not necessary.