Replies: 1 comment
-
Quotes can't be supported without an overhaul of how completion works in vim commands, it's out of our control. You can't complete, for example, if you type I have documented the escaping behaviour. Thank you for reporting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I search for a patch with space inside, I tried to use quotes: flog -patch-grep="aaa bbb", but that does not work. The graph is empty. So I have to use flog -patch-grep=aaa\ bbb. Either, quotes should be supported or this behavior should be mentioned in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions