Edit

IABSD.fr/src/bin/ksh

Branch :

  • Show log

    Commit

  • Author : jtt
    Date : 2026-04-04 09:33:18
    Hash : 1ac8d6c9
    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@