files: check for a changed disk file also for 'savefile' and --tempfile
Before writing a file out, nano should check that the file on disk hasn't been modified since it was read -- not only for the normal "Write Out" action (^O), but also for "Save File" (future ^S) and for "Save and Exit" (^X when --tempfile is used). When writing fails and --tempfile is in effect, don't go on to prompt for a file name; instead let the user decide what she wants to do. This fixes https://savannah.gnu.org/bugs/?51040 . Signed-off-by:Viorel Bota <botaviorel@gmail.com> Signed-off-by:
Benno Schulenberg <bensberg@telfort.nl>
Showing
+34 -19
Please register or sign in to comment