Skip to content

Commit f0e4e6c

Browse files
committed
Fix formatting of lists in doc for postfix expressions
1 parent 07664d2 commit f0e4e6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/customizing.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,14 +2995,17 @@ filter lists of items from this class, filtered and sorted. Two
29952995
A negative number pops the required number of arguments from
29962996
the stack, applies the operator, and pushes the result. The
29972997
following operators are supported:
2998+
29982999
- '-2' stands for 'NOT' and takes one argument
29993000
- '-3' stands for 'AND' and takes two arguments
30003001
- '-4' stands for 'OR' and takes two arguments
3002+
30013003
Note that this special handling of ID arguments is applied only
30023004
when a negative number smaller than -1 is encountered as an ID
30033005
in the filter call. Otherwise the implicit OR default
30043006
applies.
30053007
Examples of using Multilink expressions would be
3008+
30063009
- '1', '2', '-4', '3', '4', '-4', '-3'
30073010
would search for IDs (1 or 2) and (3 or 4)
30083011
- '-1' '-2' would search for all non-empty Multilinks

0 commit comments

Comments
 (0)