diff options
author | Oskar <[email protected]> | 2024-04-19 19:02:35 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-19 19:02:35 +0200 |
commit | 2ae4ea4fe5820c5aefb9650ba1100698ab644637 (patch) | |
tree | 9cdc1d10274c587ba4701090f19829c5f2dd5cda /7ed.c | |
parent | c20e9e2d43cce1993df295098a6b16e7ffba6d48 (diff) |
Tests are done. I think it's ready.
Diffstat (limited to '7ed.c')
-rw-r--r-- | 7ed.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -47,8 +47,7 @@ " 'D', 'D+', 'D+1' Are all valid but do the same thing. \n"\ " 'D10' Would remove line 10 entirely.\n"\ " 'D+10' Would remove the current line entirely as well as entirely remove the next 9 lines.\n"\ - " \n"\ - + #define PROGRAM_NAME "7ed" |