Ensure ReadOnly buffer flag get reflected to readonly option
Fixes #5110
This commit is contained in:
parent
e9bd708327
commit
dbda8d6dc8
|
@ -47,6 +47,7 @@ Buffer::Buffer(String name, Flags flags, BufferLines lines,
|
||||||
|
|
||||||
options().get_local_option("eolformat").set(eolformat);
|
options().get_local_option("eolformat").set(eolformat);
|
||||||
options().get_local_option("BOM").set(bom);
|
options().get_local_option("BOM").set(bom);
|
||||||
|
options().get_local_option("readonly").set((bool)(flags & Flags::ReadOnly));
|
||||||
|
|
||||||
// now we may begin to record undo data
|
// now we may begin to record undo data
|
||||||
if (not (flags & Flags::NoUndo))
|
if (not (flags & Flags::NoUndo))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user