mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Previously, we were attempting to preserve the fold and adjust in an intuitive way in the face of changes that straddled the beginning or the end of the fold. That added complexity… we would have to add a new marker invalidation strategy to support it and I'm not convinced it's actually a big deal to destroy folds in the face of straddling changes. So that's what we do now.