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;
|
||||
i -= 1;
|
||||
opts := editor.Options;
|
||||
editor.Options := opts - [eoAutoIndent, eoTrimTrailingSpaces];
|
||||
editor.BeginUndoBlock;
|
||||
editor.CommandProcessor(ecInsertLine, '', nil);
|
||||
editor.CommandProcessor(ecDown, '', nil);
|
||||
|
|
Loading…
Reference in New Issue