OSDN Git Service

GhostTextBuffer.cpp: Do not insert EOL after text without EOL if both of the followin...
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 25 Jan 2020 14:20:26 +0000 (23:20 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 25 Jan 2020 14:20:26 +0000 (23:20 +0900)
commit5e13769bb9e02d6aff040ca057c230d30a85032b
treef137a3eea611d9e268498fc97248cb0ce8c25f4b
parent000a1e3950e3a28b8a1537fbaf38b424595b27b9
GhostTextBuffer.cpp: Do not insert EOL after text without EOL if both of the following are true:
-When inserting text without EOL into the ghost line
-If there is no real line after the ghost line
Src/GhostTextBuffer.cpp