support (ignore) universal ctags extended metadata in tagaddress
authorop <op@openbsd.org>
Fri, 14 Jun 2024 13:59:26 +0000 (13:59 +0000)
committerop <op@openbsd.org>
Fri, 14 Jun 2024 13:59:26 +0000 (13:59 +0000)
commitb7ad015ce7826251d163a2df2cc75cab23ec3d06
tree3662018a446c632d7b1b3b7c2bdb4814301e7a07
parent0fe5d515c6acb3f04b18b2236b53c53339d7cfae
support (ignore) universal ctags extended metadata in tagaddress

universal ctags "abuses" the tagaddress, which can be an arbitrary
vi command even if mg assumes it's just a search pattern, to store
metadata after a "vi comment".

While it could be worthwile to support the uctags annotations this
just ignores them so the search patterns work again.

The diff is from Joachim Wiberg "troglobit" mg.

ok tb@
usr.bin/mg/tags.c