diff options
| author | Kein-Hong Man <unknown> | 2015-12-28 11:46:14 +1100 |
|---|---|---|
| committer | Kein-Hong Man <unknown> | 2015-12-28 11:46:14 +1100 |
| commit | 5d1dbd44210badea73d89cc1f7892b8fe2a47281 (patch) | |
| tree | 5bf0f0b0894d722e889c66467969ae832634fd73 /doc/ScintillaHistory.html | |
| parent | 27e2cb45a058817845e98465d41d63d15a1d45c3 (diff) | |
| download | scintilla-mirror-5d1dbd44210badea73d89cc1f7892b8fe2a47281.tar.gz | |
Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ee6e719a4..505f659d6 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -533,7 +533,9 @@ Double-diamond operator <<>>.<br /> Hexadecimal floating point literals.<br /> Repetition in list assignment. - <a href="http://sourceforge.net/p/scintilla/bugs/1793/">Bug #1793</a>. + <a href="http://sourceforge.net/p/scintilla/bugs/1793/">Bug #1793</a>.<br /> + Highlight changed subroutine prototype syntax for Perl 5.20. + <a href="http://sourceforge.net/p/scintilla/bugs/1797/">Bug #1797</a>. </li> <li> Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple |
