<div dir="ltr"><div dir="ltr"><div>Reimplemented basic cursor movements and char delete.</div><div>In order to work more correctly with utf-8 data.</div><div>x,h,j,k,l seems to work now with test data such as</div><div>tests/files/utf8/test2.txt</div><div><br></div><div>hjkl now accept count parameter so 1000j will scroll file 1000 lines</div><div>relative move to bottom</div><div><br></div><div>word movements w,e,b... still need to be still reimplemented in order to</div><div>step correctly on utf-8 data</div><div>---</div><div> toys/pending/vi.c | 154 ++++++++++++++++++++++++++++++----------------</div><div> 1 file changed, 100 insertions(+), 54 deletions(-)</div><div><br></div><div><br></div><div>-Jarno</div></div></div>