mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
For a while, the goal has been to prevent marker update events from firing until after the buffer change event. But at the same time, we want all the markers to be updated when the buffer change fires. This commit irons out some issues for markers that are invalidated or revalidated by the change, making their behavior consistent with the rest of marker updates.