#
bf6824b1 |
| 02-Sep-2016 |
tobias <tobias@openbsd.org> |
Fix 'c'hange command handling if last line of a file is removed.
If the last line of a file is removed, the line cache is erroneously considered empty, which means that changed lines are added at th
Fix 'c'hange command handling if last line of a file is removed.
If the last line of a file is removed, the line cache is erroneously considered empty, which means that changed lines are added at the top.
spotted by and okay otto@
show more ...
|
#
4125338f |
| 22-Feb-2016 |
tobias <tobias@openbsd.org> |
Properly handle ed-files which fully replace input file content. This misbehaviour is triggered with 'c' and 'i' commands on empty buffers.
Spotted and fixed by Martin Natano <natano at natano dot n
Properly handle ed-files which fully replace input file content. This misbehaviour is triggered with 'c' and 'i' commands on empty buffers.
Spotted and fixed by Martin Natano <natano at natano dot net>.
ok millert@
show more ...
|