CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/10 09:06:18
Modified files:
usr.bin/vi/common: search.c
Log message:
ex_range: fix handling of escaped backslashes.
If there are two consecutive backslashes, skip past both so the
second is not mistakenly treated as an escape character.
This is consistent with how escaped backslashes are treated
in ex_substitute() and global(). From Bosco G. G.
