Fix a few bugs.

- Moving lines after themselves didnt work.
- moving empty lines deleted them.
- "w" didnt set state to unmodified in generic buffers.
- in "hl" aligned the numbers (by digits)
This commit is contained in:
2026-09-11 22:35:06 +01:00
parent a8d51dc0b6
commit 3346bc9f83
11 changed files with 31 additions and 15 deletions
+4
View File
@@ -58,3 +58,7 @@ It should support:
Not done yet.
### TODO immediately:
- Make "g" command work.
- properly handle escapes for %q ' etc in ruby parser (rn everything is escapable.)