fix #319 - Changes to 'options::editor::autoCloseSquareBrackets' are not preserved

This commit is contained in:
Basile Burg 2018-05-04 14:16:30 +02:00
parent a1d0f3d1e2
commit b907031d1e
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ begin
fIdentiMatchOpts := [caseSensitive];
//
fAutoCloseCurlyBrace:= autoCloseOnNewLineLexically;
fAutoClosedPairs:= [autoCloseSquareBracket];
fAutoClosedPairs:= [];
//
fCompletionMenuWidth:= 320;
fCompletionMenuLines:= 15;