Added multi-contains to the list of matching algorithms in the man pages
This commit is contained in:
parent
438b11038c
commit
37c3491739
@ -75,7 +75,7 @@ Activiating a search with enter will execute the search not the first result.
|
|||||||
Hides the scroll bars.
|
Hides the scroll bars.
|
||||||
.TP
|
.TP
|
||||||
.B \-M, \-\-matching=\fIMODE\fR
|
.B \-M, \-\-matching=\fIMODE\fR
|
||||||
Specifies the matching mode, it can be either contains or fuzzy, default is contains.
|
Specifies the matching mode, it can be either contains, multi-contains, or fuzzy, default is contains.
|
||||||
.TP
|
.TP
|
||||||
.B \-i, \-\-insensitive
|
.B \-i, \-\-insensitive
|
||||||
Enables case insensitive search.
|
Enables case insensitive search.
|
||||||
|
@ -77,7 +77,7 @@ If true activiating a search with enter will execute the search not the first re
|
|||||||
If true hides the scroll bars, default is false.
|
If true hides the scroll bars, default is false.
|
||||||
.TP
|
.TP
|
||||||
.B matching=\fIMODE\fR
|
.B matching=\fIMODE\fR
|
||||||
Specifies the matching mode, it can be either contains or fuzzy, default is contains.
|
Specifies the matching mode, it can be either contains, multi-contains, or fuzzy, default is contains.
|
||||||
.TP
|
.TP
|
||||||
.B insensitive=\fIBOOL\fR
|
.B insensitive=\fIBOOL\fR
|
||||||
If true enables case insensitive search, default is false.
|
If true enables case insensitive search, default is false.
|
||||||
|
Loading…
Reference in New Issue
Block a user