Files
Blaž Hrastnik e151d05b5a re-check unwatched files on focus
Files outside the watched workspace are reloaded only by the poll handler.
Re-check them on FocusGained too: regaining focus is when the user has
most likely just edited them elsewhere. With focus covering the common
case, the poll becomes a backstop: its default interval moves from
5s to 30s.

Both the poll and the focus check would re-fire an unsaved buffer whose
file changed on disk (the reload is skipped, so last_saved_time never
advances), stacking a fresh prompt/warning every tick. Track the on-disk
mtime and show the conflict once until it advances again.
2026-06-20 22:00:06 +09:00
..
2026-06-20 22:00:06 +09:00
2020-05-20 18:14:51 +09:00
2024-08-01 06:39:46 +09:00