diff options
Diffstat (limited to 'scintilla/lexers/LexPerl.cxx')
-rw-r--r-- | scintilla/lexers/LexPerl.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scintilla/lexers/LexPerl.cxx b/scintilla/lexers/LexPerl.cxx index 2473498..4b33f44 100644 --- a/scintilla/lexers/LexPerl.cxx +++ b/scintilla/lexers/LexPerl.cxx @@ -945,8 +945,7 @@ void SCI_METHOD LexerPerl::Lex(unsigned int startPos, int length, int initStyle, sc.SetState(SCE_PL_POD);
} else
fw = fw2;
- } else
- pod = SCE_PL_POD;
+ }
} else {
if (pod == SCE_PL_POD_VERB // still part of current paragraph
&& (styler.GetLineState(ln - 1) == SCE_PL_POD)) {
|