From e157ee1885ff0a21159ccd2f575288d00853fa1e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 16 May 2006 12:53:00 +0000 Subject: Bug 1489484 fixed as described in tracker. --- src/LexBash.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/LexBash.cxx b/src/LexBash.cxx index dfbf309d6..e9c31d6b3 100644 --- a/src/LexBash.cxx +++ b/src/LexBash.cxx @@ -627,7 +627,7 @@ static void FoldBashDoc(unsigned int startPos, int length, int, WordList *[], && !IsCommentLine(lineCurrent+1, styler)) levelCurrent--; } - if (style == SCE_C_OPERATOR) { + if (style == SCE_SH_OPERATOR) { if (ch == '{') { levelCurrent++; } else if (ch == '}') { -- cgit v1.2.3