files: mark a new buffer as modified after inserting command output
This fixes https://savannah.gnu.org/bugs/?49423.
This commit is contained in:
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…
x
Reference in New Issue
Block a user