aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-04-23 09:38:55 +1000
committerNeil <nyamatongwe@gmail.com>2016-04-23 09:38:55 +1000
commit2b4d2140434a7cbc7bb709c3363126420bfe7208 (patch)
tree5879cf115afd9ed12daad4e0dc5b6fff76bbfd7b
parent9fef93488d2634cc3814ec026227df1bd79b4c75 (diff)
downloadscintilla-mirror-2b4d2140434a7cbc7bb709c3363126420bfe7208.tar.gz
Added bug ID.
-rw-r--r--doc/ScintillaHistory.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 8e63d0748..c2532f685 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -513,6 +513,7 @@
<li>
The C++ lexer fixes a bug with multi-line strings with line continuation where the string style
overflowed after an edit.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1824/">Bug #1824</a>.
</li>
<li>
The Python lexer treats '@' as an operator except when it is the first visible character on a line.