aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-05-16 12:53:00 +0000
committernyamatongwe <devnull@localhost>2006-05-16 12:53:00 +0000
commitc34ac9ea95a8cb046ae4b6dc09de19d18a240184 (patch)
treee6ded17efacc554619e5b28fd225c012e94e7748 /src
parentbf5e9136b7d5344f8406155e0ccd5459e6c14f15 (diff)
downloadscintilla-mirror-c34ac9ea95a8cb046ae4b6dc09de19d18a240184.tar.gz
Bug 1489484 fixed as described in tracker.
Diffstat (limited to 'src')
-rw-r--r--src/LexBash.cxx2
1 files changed, 1 insertions, 1 deletions
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 == '}') {