CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/04 03:33:18
Modified files:
bin/ksh : vi.c
regress/bin/ksh/edit: vi.sh
Log message:
ksh: yank on 'change' in vi-mode
Until now, only 'delete' operations in ksh's vi-mode yank the deleted
range to the yank buffer. Make 'change' operations do the same.
This is consistent with vi(1)'s behavior.
ok tb@
