fix(lib): doom/help-search

Due to malformed ripgrep command (no whitespace between "." and extra
arguments).

Fix: #5758
This commit is contained in:
Henrik Lissner 2021-11-20 00:05:19 +01:00
parent 411ed0c8f8
commit daf8d278d0

View file

@ -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)