diff options
Diffstat (limited to 'core/file_io.lua')
-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 55bb731c..45661322 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -84,6 +84,7 @@ function reload(buffer) buffer:line_scroll(0, first_visible_line) buffer:goto_pos(pos) buffer:set_save_point() + buffer.modification_time = lfs.attributes(buffer.filename).modification f:close() end |