Opened 13 years ago

Last modified 11 years ago

#169 new defect

:help filter lies

Reported by: andersk@mit.edu Owned by:
Priority: minor Milestone:
Component: ui Keywords: straightforward
Cc:

Description

:help filter claims

filter <name> [ -c fgcolor ] [ -b bgcolor ] [ <expression> ... ]

However, the actual syntax accepted by owl_function_create_filter appears to be

filter <name> <expression>
filter <name> -c fgcolor
filter <name> -b bgcolor

Change History (2)

comment:1 Changed 11 years ago by jgross@mit.edu

This may be somewhat recent, but filter seems to accept any combination except filter <name> -c fgcolor -b bgcolor (that is, you may omit the expression if you're only changing one color).

comment:2 Changed 11 years ago by jgross@mit.edu

  • Keywords straightforward added
Note: See TracTickets for help on using tickets.