hfs2
hfs2 copied to clipboard
`alias.txt`: `between` alias macro not closed properly
between
and between!
macros in alias.txt
are broken. There are pairs of .}
missing, which should be there to close {.and
.
They should be:
between=if|{.$1 < $3.}|{:{.and|{.$1 <= $2.}|{.$2 <= $3.}.}:}|{:{.and|{.$3 <= $2.}|{.$2 <= $1.}.}:}
between!=if|{.$1 < $3.}|{:{.and|{.$1 < $2.}|{.$2 < $3.}.}:}|{:{.and|{.$3 < $2.}|{.$2 < $1.}.}:}
Fix it ;)
thanks