diff options
Diffstat (limited to 'lexers/LexCPP.cxx')
-rw-r--r-- | lexers/LexCPP.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lexers/LexCPP.cxx b/lexers/LexCPP.cxx index ce7bfbc7b..cb021b244 100644 --- a/lexers/LexCPP.cxx +++ b/lexers/LexCPP.cxx @@ -851,7 +851,6 @@ void SCI_METHOD LexerCPP::Lex(unsigned int startPos, int length, int initStyle, if (definitionsChanged) styler.ChangeLexerState(startPos, startPos + length); sc.Complete(); - styler.Flush(); } // Store both the current line's fold level and the next lines in the |