This allows you to do multiple searches in one, such as /foo/;?bar, which finds the next instance of foo, then from that position, finds the previous instance of bar. This is significantly more complicated than normal search offsets (see #3918), which is why I've split it out into a separate issue.
See this and search for E386 for more details.
This allows you to do multiple searches in one, such as
/foo/;?bar, which finds the next instance offoo, then from that position, finds the previous instance ofbar. This is significantly more complicated than normal search offsets (see #3918), which is why I've split it out into a separate issue.See this and search for
E386for more details.