Commit 0eef5610 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

files: mark a new buffer as modified after inserting command output

This fixes https://savannah.gnu.org/bugs/?49423.
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -1206,6 +1206,8 @@ void do_insertfile(void)
openfile->current = openfile->fileage;
openfile->current_x = 0;
openfile->placewewant = 0;
set_modified();
}
#endif
} else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment