From f29a332d917868f80558d0d6e71192ec596c3bc2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 9 Jul 2011 08:55:03 +1000 Subject: Fixed mistake in last change. --- lexers/LexPython.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'lexers/LexPython.cxx') diff --git a/lexers/LexPython.cxx b/lexers/LexPython.cxx index 3721c4c6d..fedc31259 100644 --- a/lexers/LexPython.cxx +++ b/lexers/LexPython.cxx @@ -460,7 +460,6 @@ static void FoldPyDoc(unsigned int startPos, int length, int /*initStyle - unuse if (lineCurrent >= 1) prev_state = styler.StyleAt(startPos - 1) & 31; int prevQuote = foldQuotes && ((prev_state == SCE_P_TRIPLE) || (prev_state == SCE_P_TRIPLEDOUBLE)); - if (lineCurrent >= 1) // Process all characters to end of requested range or end of any triple quote //that hangs over the end of the range. Cap processing in all cases -- cgit v1.2.3