From 26817c0fd9dc0f519d346ff19882b02bbd486e07 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 3 Feb 2016 21:04:56 +0100 Subject: [PATCH] deactivate prolematic options --- src/ce_synmemo.pas | 1 + 1 file changed, 1 insertion(+) 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);