CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/25 13:30:59
Modified files:
usr.bin/vi/vi : v_paragraph.c v_sentence.c
Log message:
Allow '!}' and '!)' at EOF, even though there is no forward movement.
The updated behavior differs from traditional vi but matches vim.
It is already possible to run bang commands at EOF in conjunction
with some other forward movement commands such as 'l' and 'w'.
>From Walter Alejandro Iglesias
