You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for @ and magic constants in search (#974)
The manual-lookup search did not consult is_known_term() or
is_known_variable(), so searching for operators like @ or magic
constants like __LINE__ returned no results. Now these are checked
before falling back to the manual page lookup.
Also adds all magic constants (__LINE__, __FILE__, __DIR__, etc.)
to both $uri_aliases and is_known_term().
0 commit comments