History log of /openbsd/usr.bin/vi/common/search.c (Results 1 – 15 of 15)
Revision Date Author Comments
# a64626f4 10-Dec-2022 millert <millert@openbsd.org>

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 esc

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.

show more ...


# dc0c1cd6 14-Aug-2016 guenther <guenther@openbsd.org>

Kill '#if defined(DEBUG) && 0' blocks that used %q

ok bentley@ on principle


# a0b15055 06-Jan-2016 millert <millert@openbsd.org>

Remove the numeric identifiers at the beginning of the messages
which used to be used as the message number to lookup in the
catalog. From Martijn van Duren


# 2d8e1df3 19-Nov-2015 bentley <bentley@openbsd.org>

Remove cscope support in vi.

It makes no sense to keep support for a non-base tool in base, especially
for a feature that few if any people use.


# 9218ec4d 10-Mar-2015 bentley <bentley@openbsd.org>

Display "Search wrapped" even when searching from the end of the file.

From Zhihao Yuan.

ok millert@ miod@


# 486aa1f0 12-Nov-2014 bentley <bentley@openbsd.org>

Ansify vi.

ok bcallah@ millert@


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# ddc53e66 08-Jan-2006 miod <miod@openbsd.org>

Explicit braces around macro fields and logical operations, gets rid of 148
warnings, no functional change.

From Ray Lai.


# f3c3a9c6 17-Feb-2002 millert <millert@openbsd.org>

Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# d4e7c603 29-Jan-2001 niklas <niklas@openbsd.org>

$OpenBSD$


# e91eb1de 24-Jul-1996 mickey <mickey@openbsd.org>

bring vi/ex up to 1.71


# f1b62037 18-Jun-1996 deraadt <deraadt@openbsd.org>

vi fixes from bostic


# 45f2ab88 22-May-1996 deraadt <deraadt@openbsd.org>

new vi


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree