mirror of https://gitlab.com/basile.b/dexed.git
deactivate prolematic options
This commit is contained in:
parent
9bce6dad73
commit
26817c0fd9
|
@ -787,6 +787,7 @@ begin
|
||||||
end;
|
end;
|
||||||
i -= 1;
|
i -= 1;
|
||||||
opts := editor.Options;
|
opts := editor.Options;
|
||||||
|
editor.Options := opts - [eoAutoIndent, eoTrimTrailingSpaces];
|
||||||
editor.BeginUndoBlock;
|
editor.BeginUndoBlock;
|
||||||
editor.CommandProcessor(ecInsertLine, '', nil);
|
editor.CommandProcessor(ecInsertLine, '', nil);
|
||||||
editor.CommandProcessor(ecDown, '', nil);
|
editor.CommandProcessor(ecDown, '', nil);
|
||||||
|
|
Loading…
Reference in New Issue