ripgrep: add --no-multiline-dotall

This commit is contained in:
dana
2018-08-19 13:12:06 -05:00
committed by Andrew Gallant
parent 9ca2d68e94
commit 7d93d2ab05
2 changed files with 10 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ _rg() {
+ '(multiline-dotall)' # Multiline DOTALL options
'(--no-multiline)--multiline-dotall[allow "." to match newline (with -U)]'
$no"(--no-multiline)--no-multiline-dotall[don't allow \".\" to match newline (with -U)]"
+ '(only)' # Only-match options
{-o,--only-matching}'[show only matching part of each line]'