CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/23 09:06:46
Modified files:
usr.bin/vi/ex : ex.c ex_subst.c
Log message:
Fix a bug in ex's 's' command with the 'c' flag when 'number' is off.
The underlining was positioned in the wrong place. This fixes
the problem and matches historic ex behavior. OK op@
