diff -r 367d1b4fcca8 -r 5be43798a735 src/eric7/ViewManager/ViewManager.py --- a/src/eric7/ViewManager/ViewManager.py Sat Dec 10 11:11:08 2022 +0100 +++ b/src/eric7/ViewManager/ViewManager.py Sat Dec 10 16:59:48 2022 +0100 @@ -5389,7 +5389,7 @@ fn = editor.getFileName() # ignore the dirty status, if there is more than one open editor # for the same file - if fn and self.getOpenEditorCount(fn) > 1: + if fn and self.getOpenEditorCount(fn) > 1 and not autosave: return True if fn is None: