mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(lib): doom/help-search
Due to malformed ripgrep command (no whitespace between "." and extra arguments). Fix: #5758
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
"--path-separator / --smart-case --no-heading --line-number "
|
"--path-separator / --smart-case --no-heading --line-number "
|
||||||
"--hidden -g !.git "
|
"--hidden -g !.git "
|
||||||
(mapconcat #'shell-quote-argument args " ")
|
(mapconcat #'shell-quote-argument args " ")
|
||||||
"."))
|
" ."))
|
||||||
(prompt (if (stringp prompt) (string-trim prompt) "Search"))
|
(prompt (if (stringp prompt) (string-trim prompt) "Search"))
|
||||||
(query (or query
|
(query (or query
|
||||||
(when (doom-region-active-p)
|
(when (doom-region-active-p)
|
||||||
|
Reference in New Issue
Block a user