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
fix: Remove erroneous 'Skipping fileName existing symlink' errors for man pages
This arised because the man page autodetector (search_heuristics function) searched subdirectories of subdirectories,
as well as directories. So when the root path was searched, it looked in the 'man' subdirectory. Since we already looked
in 'man', there was a collision. So the code was updated to only look for man _files_ at the root of the directory
0 commit comments