mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-30 17:01:02 -05:00
apropos throws up an arith-error trying to rank the results of matchless regexp (which can result in a segfault on some systems; see #8532), and is *incredibly* slow lookuping up short queries, so the command will now abort if the query is just a regexp operator or less than 3 characters long. Fix: #8532