diff options
-rw-r--r-- | core/file_io.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/file_io.lua b/core/file_io.lua index 84288230..3c7cb1f2 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -309,6 +309,7 @@ end events_connect(events.BUFFER_AFTER_SWITCH, update_modified_file) events_connect(events.VIEW_AFTER_SWITCH, update_modified_file) events_connect(events.FOCUS, update_modified_file) +events_connect(events.RESUME, update_modified_file) -- Prompts the user to reload the current file if it has been externally -- modified. |