aboutsummaryrefslogtreecommitdiff
path: root/testsuite/paste (follow)
Commit message (Collapse)AuthorAgeFilesLines
* paste: fix output when file lengths differRon Yorston2025-11-102-0/+38
| | | | | | | | | | | | If the files being pasted had different numbers of lines the output was incorrect. Rewrite the loop over all lines to allow for this. Add tests for such conditions. Adds 64-80 bytes. (GitHub issue #542)
* paste: new appletMaxime Coste2017-03-235-0/+80
function old new delta paste_main - 493 +493 packed_usage 31019 31070 +51 applet_names 2569 2575 +6 applet_main 1484 1488 +4 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/0 up/down: 554/0) Total: 554 bytes Signed-off-by: Maxime Coste <mawww@kakoune.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>