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

A fold bug #87

Open
mingchaoyan opened this issue Aug 13, 2015 · 0 comments
Open

A fold bug #87

mingchaoyan opened this issue Aug 13, 2015 · 0 comments

Comments

@mingchaoyan
Copy link

I found a fold bug when reading the source code of rebar
It appears on the function commands/0 in line 414 of rebar.erl.
I roughly read the erlang.vim, found it is because the line 454 of rebar.erl

 _tests module.

matchs the regx

s:erlang_fun_end   = '^[^%]*\.\s*\(%.*\)\?$'  

It seems there is no method to fix this bug, because vim fold lines one by one and can not know it is a string.

Do you think so?

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