branch: externals/consult commit dfa3079f38e7a5313762a9c96deef6f96f943ac3 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Remove mentioning of space splitting style --- README.org | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index fdc3421..e7c51b2 100644 --- a/README.org +++ b/README.org @@ -518,14 +518,13 @@ their descriptions. This two-level filtering is possible by splitting the input string. Part of the input string is treated as input to grep and part of the input is used for filtering. There are multiple splitting styles available, configured in - ~consult-async-split-styles-alist~: =nil=, =space=, =comma=, =semicolon= and =perl=. - The default splitting style is configured with the variable - ~consult-async-split-style~. - - With the =space=, =comma= and =semicolon= splitting styles, the first word - before the space/comma/semicolon is passed to grep, the remaining string is - used for filtering. The =nil= splitting style does not perform any splitting, - the whole input is passed to grep. + ~consult-async-split-styles-alist~: =nil=, =comma=, =semicolon= and =perl=. The default + splitting style is configured with the variable ~consult-async-split-style~. + + With the =comma= and =semicolon= splitting styles, the first word before the comma + or semicolon is passed to grep, the remaining string is used for filtering. The + =nil= splitting style does not perform any splitting, the whole input is passed + to grep. The =perl= splitting style splits the input string at a punctuation character, using a similar syntax as Perl regular expressions.