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

User defined variables evaluate incorrectly when prepended with a number during evaluation #62

Open
arecarn opened this issue Aug 13, 2019 · 0 comments

Comments

@arecarn
Copy link
Owner

arecarn commented Aug 13, 2019

e.g.

Given:

let g:crunch_user_variables = {'pi':3.14159265359}

Then following occours. because in the second line the 2 is being prepended infront of the pi constant and not being multiplied like expected.

2*pi = 6.283186
2pi = 23.141593  "expected 6.283186"
@arecarn arecarn changed the title User defined variables evaluate incorrectly when pretended with a number during evaluation User defined variables evaluate incorrectly when prepended with a number during evaluation Dec 5, 2023
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

1 participant