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

Allow number at beginning of :it string #32

Closed
glts opened this issue Feb 6, 2014 · 1 comment
Closed

Allow number at beginning of :it string #32

glts opened this issue Feb 6, 2014 · 1 comment

Comments

@glts
Copy link
Contributor

glts commented Feb 6, 2014

I ran into this problem today.

describe 'Increment'
  it '2000 times succeeds'
    let a = Z()
    for i in range(2000)
      let a = a.Increment()
    endfor
    " ...
  end
end
# ...
# Vim(function):E475: Invalid argument: 2000_20times_20succeeds
1..0

I haven't looked into it any further.

@kana
Copy link
Owner

kana commented Feb 7, 2014

Thank you for the report. I'll fix it someday.

@kana kana closed this as completed in 6cfb2d6 Feb 7, 2014
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