CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/25 11:51:11
Modified files:
usr.bin/vi/vi : v_sentence.c
Log message:
Prevent '(' from moving the cursor forward.
Fixes an issue where '(' moved forward the start of the next (not
previous) sentence when used within whitespace at the start if a line.
>From Debian bug 193498 (Tommy Pettersson) via nvi2.
