CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/10/17 11:19:08
Modified files: bin/ksh : vi.c Log message: Make sure the cursor goes to the first byte of a UTF-8 character and not to a continuation byte for these commands: b B e E w W | Let {e,E}ndword return the position after the word because that is easier to handle in the caller. OK tb@ czarkoff@