[Toybox] [PATCH] vi: Rearrange functions, add o, O, I

Jarno Mäkipää jmakip87 at gmail.com
Fri Feb 28 09:28:35 PST 2020


Place function calls in order so that there is no unneeded
declarations, clear some whitespace stuff. Add few commands
that are commonly used.

cleanup: reorganize functions
cleanup: some whitespace stuff
add: vi_o vi_O vi_I
fix: stop at edges when h and l
fix: fix dd not updating screen
fix: render after all delete moves
---
 toys/pending/vi.c | 1158 ++++++++++++++++++++++-----------------------
 1 file changed, 561 insertions(+), 597 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vi-Rearrange-functions-add-o-O-I.patch
Type: text/x-patch
Size: 36960 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20200228/1f52e866/attachment-0002.bin>


More information about the Toybox mailing list