fix(lib): doom/help-search
Due to malformed ripgrep command (no whitespace between "." and extra arguments). Fix: #5758
This commit is contained in:
parent
411ed0c8f8
commit
daf8d278d0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
"--path-separator / --smart-case --no-heading --line-number "
|
||||
"--hidden -g !.git "
|
||||
(mapconcat #'shell-quote-argument args " ")
|
||||
"."))
|
||||
" ."))
|
||||
(prompt (if (stringp prompt) (string-trim prompt) "Search"))
|
||||
(query (or query
|
||||
(when (doom-region-active-p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue