diff options
Diffstat (limited to 'lexlib/StyleContext.h')
| -rw-r--r-- | lexlib/StyleContext.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lexlib/StyleContext.h b/lexlib/StyleContext.h index 8b1345432..15d216bd1 100644 --- a/lexlib/StyleContext.h +++ b/lexlib/StyleContext.h @@ -74,6 +74,7 @@ public:  	}  	void Complete() {  		styler.ColourTo(currentPos - 1, state); +		styler.Flush();  	}  	bool More() const {  		return currentPos < endPos; | 
