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

Fix out of scope variable in ghcmod#util#tocol #74

Merged
merged 1 commit into from
Jul 26, 2015
Merged

Fix out of scope variable in ghcmod#util#tocol #74

merged 1 commit into from
Jul 26, 2015

Conversation

jimenezrick
Copy link
Contributor

Solves undefined variable error in line `return l:i + 1'.

Error detected while processing function <SNR>93_on_enter..338..ghcmod#util#tocol:
line    9:
E121: Undefined variable: l:i
Press ENTER or type command to continue
Error detected while processing function <SNR>93_on_enter..338..ghcmod#util#tocol:
line    9:
E15: Invalid expression: l:i + 1
Press ENTER or type command to continue
Error detected while processing function <SNR>93_on_enter..338..ghcmod#util#tocol:
line    9:
E121: Undefined variable: l:i

Solves undefined variable error in line `return l:i + 1'.
eagletmt added a commit that referenced this pull request Jul 26, 2015
Fix out of scope variable in ghcmod#util#tocol
@eagletmt eagletmt merged commit db9baea into eagletmt:master Jul 26, 2015
@eagletmt
Copy link
Owner

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

Successfully merging this pull request may close these issues.

2 participants