On Mon, Feb 17, 2020 at 11:42:48PM +0100, Theo Buehler wrote:
> Without tags I currently achieve pretty much the same by doing "/^X509"
> or "/^S_CLIENT" etc. However, having to know the special trick for each
> page (if there is one) is annoying, so I think this is an improvement.
This is not semantic search but rather best effort pattern matching.
You need to use uppercase and or anchor to line start in order to reach
that particular spot.

With tags you can specifically ask for a proper definition.

Reply via email to