Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alias.txt: between alias macro not closed properly #19

Open
NaitLee opened this issue Jul 2, 2021 · 1 comment
Open

alias.txt: between alias macro not closed properly #19

NaitLee opened this issue Jul 2, 2021 · 1 comment

Comments

@NaitLee
Copy link

NaitLee commented Jul 2, 2021

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

@rejetto
Copy link
Owner

rejetto commented Jul 2, 2021

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants