aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-01-19 21:31:35 +1100
committerNeil <nyamatongwe@gmail.com>2017-01-19 21:31:35 +1100
commit21bc1deb34f2ba2a4514d54efa3b6d2a25a83deb (patch)
treee87c1a888f9daa0912bc71b43b4cf18941856348 /doc/ScintillaHistory.html
parent0cccd1e6285dce657e7106cc3ea0cd090a772860 (diff)
downloadscintilla-mirror-21bc1deb34f2ba2a4514d54efa3b6d2a25a83deb.tar.gz
Bug [#1896]. Avoid unnecessary unfolding when a deletion does not include a line
end.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 1236efd7d..58743678e 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -539,6 +539,7 @@
</li>
<li>
Fix folding inconsistency when fold header added above a folded part.
+ Avoid unnecessary unfolding when a deletion does not include a line end.
<a href="http://sourceforge.net/p/scintilla/bugs/1896/">Bug #1896</a>.
</li>
<li>