diff options
author | Neil <nyamatongwe@gmail.com> | 2016-04-23 09:38:55 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-04-23 09:38:55 +1000 |
commit | 2b4d2140434a7cbc7bb709c3363126420bfe7208 (patch) | |
tree | 5879cf115afd9ed12daad4e0dc5b6fff76bbfd7b | |
parent | 9fef93488d2634cc3814ec026227df1bd79b4c75 (diff) | |
download | scintilla-mirror-2b4d2140434a7cbc7bb709c3363126420bfe7208.tar.gz |
Added bug ID.
-rw-r--r-- | doc/ScintillaHistory.html | 1 |
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. |