deactivate prolematic options

This commit is contained in:
Basile Burg 2016-02-03 21:04:56 +01:00
parent 9bce6dad73
commit 26817c0fd9
1 changed files with 1 additions and 0 deletions

View File

@ -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);