Opened 15 years ago
Closed 15 years ago
#135 closed defect (fixed)
Editor forgets the last line except the first column
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.2 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | editor | Cc: | |
Blocker for: | Depends on: | ||
See also: |
Description
When appending another line which is not ended with a new line to a text file, the editor application saves only the first character on that line and forgets the rest.
Note:
See TracTickets
for help on using tickets.
The EOF s-point was not correct if the file did not terminate in a newline. Fixed in [head,116].