diff options
author | Kein-Hong Man <unknown> | 2015-12-28 10:50:34 +1100 |
---|---|---|
committer | Kein-Hong Man <unknown> | 2015-12-28 10:50:34 +1100 |
commit | 27e2cb45a058817845e98465d41d63d15a1d45c3 (patch) | |
tree | 79bb100d385fcfba50b109c2318228ba7c97db19 /doc/ScintillaHistory.html | |
parent | f427177902cb8adcaf896f9b56bfaaff3c17b126 (diff) | |
download | scintilla-mirror-27e2cb45a058817845e98465d41d63d15a1d45c3.tar.gz |
Bug [#1778]. Recognize more characters as here-doc delimiters.
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 e03a8b344..ee6e719a4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -515,7 +515,9 @@ Bash lexer flags incomplete here doc delimiters as syntax errors. <a href="http://sourceforge.net/p/scintilla/bugs/1789/">Bug #1789</a>.<br /> Support added for using '#' in non-comment ways as is possible with zsh. - <a href="http://sourceforge.net/p/scintilla/bugs/1794/">Bug #1794</a>. + <a href="http://sourceforge.net/p/scintilla/bugs/1794/">Bug #1794</a>.<br /> + Recognize more characters as here-doc delimiters. + <a href="http://sourceforge.net/p/scintilla/bugs/1778/">Bug #1778</a>. </li> <li> Errorlist lexer highlights warning messages from the Microsoft linker. |