brace auto-closing, better indentation detection

This commit is contained in:
Basile Burg 2016-04-16 18:30:08 +02:00
parent 4cd0f9ed3a
commit 6c3936f41f
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ begin
if i < 0 then
break;
beg := editor.Lines[i];
if beg.isBlank then
if (Pos('{', beg) = 0) then
i -= 1
else
break;