CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/15 20:15:14
Modified files:
usr.bin/vi/vi : v_sentence.c
Log message:
Fix behavior of ')' used in a range when setence reaches EOF.
For a sentence spanning more than one line at the end of the file,
when the cursor is placed at the first character of any line except
for the last one, running '!)<cmd>' won't affect the last line.
>From Walter Alejandro Iglesias
