Skip to content

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

@arecarn

Description

@arecarn

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions