aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYury Dubinsky <unknown>2020-05-05 08:35:48 +1000
committerYury Dubinsky <unknown>2020-05-05 08:35:48 +1000
commitb501aa00d3f8a5d4f4b97e13243612c8952ca60a (patch)
treea6e969a64b129cc840a4697a0e4e250472629f1a /doc
parent187d3e058cc49b94f34ab88358bc0800dc7ca74c (diff)
downloadscintilla-mirror-b501aa00d3f8a5d4f4b97e13243612c8952ca60a.tar.gz
Fixed bug where a single character line with a single character line end
continued state onto the next line.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b85acdd74..0827120c6 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -574,6 +574,10 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1347/">Feature #1347</a>.
</li>
<li>
+ Fixed bug in Batch lexer where a single character line with a single character line end continued
+ state onto the next line.
+ </li>
+ <li>
Added SCE_ERR_GCC_EXCERPT style for GCC 9 diagnostics in errorlist lexer.
</li>
<li>