You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does deadgrep support the multiline option? If not, any ideas for a workaround?
Something like this might be nice:
(defcustomdeadgrep-additional-flags
'("--multiline")
"List of additional arguments that will be passed to rg.")
(add-to-list deadgrep-additional-flags "--another-flag")
The text was updated successfully, but these errors were encountered:
Hm so as of #138 you can at least achieve this by adding --multiline to the extra arguments. It'd be really nice if it was just a configuration option in the UI though. I do like how the UI surfaces common options easily.
Does
deadgrep
support themultiline
option? If not, any ideas for a workaround?Something like this might be nice:
The text was updated successfully, but these errors were encountered: