diff options
author | Neil <devnull@localhost> | 2016-01-07 11:38:30 +1100 |
---|---|---|
committer | Neil <devnull@localhost> | 2016-01-07 11:38:30 +1100 |
commit | a0f99f45638f0d10e7682db40b649c3a7bde0e34 (patch) | |
tree | 20ad63f080d62f8dd60c041bcccaae940ca9569e /doc/ScintillaHistory.html | |
parent | 1042e27ed099c82a7277d65d0dc6686c8b68064b (diff) | |
download | scintilla-mirror-a0f99f45638f0d10e7682db40b649c3a7bde0e34.tar.gz |
Fix bug with final line in escape sequence recognition mode.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 40a768a62..fa910eef3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -523,6 +523,9 @@ Errorlist lexer highlights warning messages from the Microsoft linker. </li> <li> + Errorlist lexer fixes bug with final line in escape sequence recognition mode. + </li> + <li> Lua lexer includes '&' and '|' bitwise operators for Lua 5.3. <a href="http://sourceforge.net/p/scintilla/bugs/1790/">Bug #1790</a>. </li> |