aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-05-04 03:21:59 +0000
committernyamatongwe <devnull@localhost>2010-05-04 03:21:59 +0000
commite18177ad05f66bd0d1f9c3c7099429c7c0bb8214 (patch)
tree46c7dc9c2135c380b9305d55a1bf376eebff2f42 /src/CellBuffer.cxx
parenta0e66715813ecda7a61e512c11349cd1d3df01b2 (diff)
downloadscintilla-mirror-e18177ad05f66bd0d1f9c3c7099429c7c0bb8214.tar.gz
Changed insertion of multi-line text so that markers are moved down.
See bug #2986727.
Diffstat (limited to 'src/CellBuffer.cxx')
-rw-r--r--src/CellBuffer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index d349040f0..4d0f829c9 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -517,7 +517,6 @@ void CellBuffer::BasicInsertString(int position, const char *s, int insertLength
lineInsert++;
}
}
- atLineStart = false;
chPrev = ch;
}
// Joining two lines where last insertion is cr and following substance starts with lf