files: mark a new buffer as modified after inserting command output
This fixes https://savannah.gnu.org/bugs/?49423.
This commit is contained in:
@@ -1206,6 +1206,8 @@ void do_insertfile(void)
|
||||
openfile->current = openfile->fileage;
|
||||
openfile->current_x = 0;
|
||||
openfile->placewewant = 0;
|
||||
|
||||
set_modified();
|
||||
}
|
||||
#endif
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user