doomemacs/modules/editor/evil/autoload
Henrik Lissner c63b207e4f
fix(evil): add error handling for :h[elp] ex command
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
2025-09-26 12:20:56 -04:00
..
advice.el nit(evil): revise & reformat comments 2025-03-25 15:22:15 -04:00
embrace.el refactor(lib): don't use smartparens' API 2024-07-09 20:55:29 -04:00
evil.el feat(evil): optionally wrap move-window commands 2024-07-29 18:51:50 -04:00
ex.el fix(evil): add error handling for :h[elp] ex command 2025-09-26 12:20:56 -04:00
files.el Rewrite move/copy/delete file commands 2020-04-27 01:51:18 -04:00
textobjects.el refactor: (if|when)-let -> (if|when)-let* 2025-01-08 19:33:37 -05:00
unimpaired.el refactor(lib): don't use smartparens' API 2024-07-09 20:55:29 -04:00