_rg (ripgrep-12.1.1) | : | _rg (ripgrep-13.0.0) | ||
---|---|---|---|---|
skipping to change at line 124 | skipping to change at line 124 | |||
+ '(glob-case-insensitive)' # File-glob case sensitivity options | + '(glob-case-insensitive)' # File-glob case sensitivity options | |||
'--glob-case-insensitive[treat -g/--glob patterns case insensitively]' | '--glob-case-insensitive[treat -g/--glob patterns case insensitively]' | |||
$no'--no-glob-case-insensitive[treat -g/--glob patterns case sensitively]' | $no'--no-glob-case-insensitive[treat -g/--glob patterns case sensitively]' | |||
+ '(heading)' # Heading options | + '(heading)' # Heading options | |||
'(pretty-vimgrep)--heading[show matches grouped by file name]' | '(pretty-vimgrep)--heading[show matches grouped by file name]' | |||
"(pretty-vimgrep)--no-heading[don't show matches grouped by file name]" | "(pretty-vimgrep)--no-heading[don't show matches grouped by file name]" | |||
+ '(hidden)' # Hidden-file options | + '(hidden)' # Hidden-file options | |||
'--hidden[search hidden files and directories]' | {-.,--hidden}'[search hidden files and directories]' | |||
$no"--no-hidden[don't search hidden files and directories]" | $no"--no-hidden[don't search hidden files and directories]" | |||
+ '(hybrid)' # hybrid regex options | + '(hybrid)' # hybrid regex options | |||
'--auto-hybrid-regex[dynamically use PCRE2 if necessary]' | '--auto-hybrid-regex[dynamically use PCRE2 if necessary]' | |||
$no"--no-auto-hybrid-regex[don't dynamically use PCRE2 if necessary]" | $no"--no-auto-hybrid-regex[don't dynamically use PCRE2 if necessary]" | |||
+ '(ignore)' # Ignore-file options | + '(ignore)' # Ignore-file options | |||
"(--no-ignore-global --no-ignore-parent --no-ignore-vcs --no-ignore-dot)--no -ignore[don't respect ignore files]" | "(--no-ignore-global --no-ignore-parent --no-ignore-vcs --no-ignore-dot)--no -ignore[don't respect ignore files]" | |||
$no'(--ignore-global --ignore-parent --ignore-vcs --ignore-dot)--ignore[resp ect ignore files]' | $no'(--ignore-global --ignore-parent --ignore-vcs --ignore-dot)--ignore[resp ect ignore files]' | |||
skipping to change at line 306 | skipping to change at line 306 | |||
'--color=[specify when to use colors in output]:when:(( | '--color=[specify when to use colors in output]:when:(( | |||
never\:"never use colors" | never\:"never use colors" | |||
auto\:"use colors or not based on stdout, TERM, etc." | auto\:"use colors or not based on stdout, TERM, etc." | |||
always\:"always use colors" | always\:"always use colors" | |||
ansi\:"always use ANSI colors (even on Windows)" | ansi\:"always use ANSI colors (even on Windows)" | |||
))' | ))' | |||
'*--colors=[specify color and style settings]: :->colorspec' | '*--colors=[specify color and style settings]: :->colorspec' | |||
'--context-separator=[specify string used to separate non-continuous context lines in output]:separator' | '--context-separator=[specify string used to separate non-continuous context lines in output]:separator' | |||
$no"--no-context-separator[don't print context separators]" | $no"--no-context-separator[don't print context separators]" | |||
'--debug[show debug messages]' | '--debug[show debug messages]' | |||
'--field-context-separator[set string to delimit fields in context lines]' | ||||
'--field-match-separator[set string to delimit fields in matching lines]' | ||||
'--trace[show more verbose debug messages]' | '--trace[show more verbose debug messages]' | |||
'--dfa-size-limit=[specify upper size limit of generated DFA]:DFA size (byte s)' | '--dfa-size-limit=[specify upper size limit of generated DFA]:DFA size (byte s)' | |||
"(1 stats)--files[show each file that would be searched (but don't search)]" | "(1 stats)--files[show each file that would be searched (but don't search)]" | |||
'*--ignore-file=[specify additional ignore file]:ignore file:_files' | '*--ignore-file=[specify additional ignore file]:ignore file:_files' | |||
'(-v --invert-match)'{-v,--invert-match}'[invert matching]' | '(-v --invert-match)'{-v,--invert-match}'[invert matching]' | |||
'(-M --max-columns)'{-M+,--max-columns=}'[specify max length of lines to pri nt]:number of bytes' | '(-M --max-columns)'{-M+,--max-columns=}'[specify max length of lines to pri nt]:number of bytes' | |||
'(-m --max-count)'{-m+,--max-count=}'[specify max number of matches per file ]:number of matches' | '(-m --max-count)'{-m+,--max-count=}'[specify max number of matches per file ]:number of matches' | |||
'--max-filesize=[specify size above which files should be ignored]:file size (bytes)' | '--max-filesize=[specify size above which files should be ignored]:file size (bytes)' | |||
"--no-config[don't load configuration files]" | "--no-config[don't load configuration files]" | |||
'(-0 --null)'{-0,--null}'[print NUL byte after file names]' | '(-0 --null)'{-0,--null}'[print NUL byte after file names]' | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |