diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 1dc29d9568..ef7367ca23 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -5585,6 +5585,7 @@ Buffer::ReadStatus Buffer::reload() removePreviews(); updatePreviews(); errors("Parse"); + changed(true); return status; } diff --git a/status.24x b/status.24x index a5db20964d..9d1b1a3f5e 100644 --- a/status.24x +++ b/status.24x @@ -52,6 +52,8 @@ What's new modification. Only file deletion will trigger the modification flag now (see bug 12819). +- fix crash when using Save As... with previews enabled (bug 13091). + * DOCUMENTATION AND LOCALIZATION