aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-05-30 12:43:27 +0000
committernyamatongwe <devnull@localhost>2004-05-30 12:43:27 +0000
commit9029b425e72bf61a8919eb8eb930701e7f21a0eb (patch)
tree632b742d63625cbfc4904cb144994dad3e666c79
parent461e7d178f21135df571d440b82c86c2e85388a0 (diff)
downloadscintilla-mirror-9029b425e72bf61a8919eb8eb930701e7f21a0eb.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)) {