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