hfs2 icon indicating copy to clipboard operation
hfs2 copied to clipboard

`alias.txt`: `between` alias macro not closed properly

Open NaitLee opened this issue 3 years ago • 1 comments

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 ;)

NaitLee avatar Jul 02 '21 11:07 NaitLee

thanks

rejetto avatar Jul 02 '21 12:07 rejetto