CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/16 16:59:03
Modified files:
usr.bin/vi/vi : v_sentence.c
Log message:
Make the behavior of the '(' command match the ')' command.
Previously, the ')' command required a sentence to end with two
blanks, but '(' only required a single space. Historic vi (and the
documentation) requires two spaces in both directions.
Based on a diff from Walter Alejandro Iglesias.
