On Tue, Dec 13, 2016 at 3:59 PM, David Sommerseth <
open...@sf.lists.topphemmelig.net> wrote:

> If it breaks a boolean expression over more lines, the operator comes as
>  the lead character on the following line
>
>     i = TEST1
>        | TEST2
>        | TEST3
>
> instead of
>
>     i = TEST1 |
>         TEST2 |
>         TEST3
>

That is already handled by pos_arith=Lead. This pos_bool handles boolean
operators like && and ||

:)

Selva
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to