OSDN Git Service

Last Line of Files vs "Ghost Lines" (3)
authorGreyMerlin <GreyMerlin@gmail.com>
Thu, 2 Aug 2018 22:10:34 +0000 (15:10 -0700)
committerGreyMerlin <GreyMerlin@gmail.com>
Thu, 2 Aug 2018 22:10:34 +0000 (15:10 -0700)
commit0d0c8bf3b35d588f4a0fed9c7f938f7449fd034e
tree043c7edb95fc27956449b04a6163fff9b3c79e14
parentaefeba9333ba0f6ed0cc209e66845ee9cd0ac244
Last Line of Files vs "Ghost Lines" (3)

`LineInfo::Delete()` was not correctly handling the case of deleting
all text in a line _including_ the CRLF at the end.  This particular
situation exists because of deleting text at the very end of a file.
Externals/crystaledit/editlib/LineInfo.cpp