diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index b9b22efe..c2bdd1f3 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -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);