aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-05-30 12:43:27 +0000
committernyamatongwe <unknown>2004-05-30 12:43:27 +0000
commitef0bb6f17d156b4aa04e391e7e9d7e63c03f6534 (patch)
tree632b742d63625cbfc4904cb144994dad3e666c79
parent113a919b21405e3ef7505bffb6ccb625bc4df37a (diff)
downloadscintilla-mirror-ef0bb6f17d156b4aa04e391e7e9d7e63c03f6534.tar.gz
Fix from Jos.
-rw-r--r--src/LexAU3.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/LexAU3.cxx b/src/LexAU3.cxx
index 8e0f791d9..2971fd176 100644
--- a/src/LexAU3.cxx
+++ b/src/LexAU3.cxx
@@ -428,8 +428,7 @@ static void FoldAU3Doc(unsigned int startPos, int length, int, WordList *[], Acc
visibleChars++;
}
// get the syle for the current character neede to check in comment
- //### stylech = styler.StyleAt(i);
- int stylech = GetStyleFirstWord(lineCurrent,styler);
+ int stylech = styler.StyleAt(i);
// get first word for the line for indent check max 9 characters
if (FirstWordStart && (!(FirstWordEnd))) {
if (!IsAWordChar(ch)) {