mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
When we see a changed item we drop it from the cache and mark the cache as “incomplete”, indicating that the bundle index should be rebuilt, which in turn causes all known items to be fetched, and the cache will thereby reload the updated entries. However, when replaying fs-events, we are in a “rebuild index” state and would not re-rebuild the index incase items were dropped.