summaryrefslogtreecommitdiffstats
path: root/complete/_rg
diff options
context:
space:
mode:
Diffstat (limited to 'complete/_rg')
-rw-r--r--complete/_rg1
1 files changed, 1 insertions, 0 deletions
diff --git a/complete/_rg b/complete/_rg
index afc33164..fc3a3999 100644
--- a/complete/_rg
+++ b/complete/_rg
@@ -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]'