aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorKein-Hong Man <devnull@localhost>2015-12-10 13:07:42 +1100
committerKein-Hong Man <devnull@localhost>2015-12-10 13:07:42 +1100
commitae13a9a2121de5dd4c4f1c464edf5ef0352b97d7 (patch)
treeef5cd09e82201037eaad9614b67fc9e00118ed20 /doc/ScintillaHistory.html
parent0490ce4183adf95aae4ce9dac21b5163f7cd6383 (diff)
downloadscintilla-mirror-ae13a9a2121de5dd4c4f1c464edf5ef0352b97d7.tar.gz
Flag incomplete here doc delimiters as syntax errors, matching bash 4.3.
Avoid heap allocations for here delimiter and quote stack.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index fa2ae5acf..4b1b43f2a 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -504,6 +504,10 @@
the document is already styled when the user scrolls to it.
</li>
<li>
+ Bash lexer flags incomplete here doc delimiters as syntax errors.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1789/">Bug #1789</a>.
+ </li>
+ <li>
Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple
selection.
</li>