You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
matchs the regx
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?
The text was updated successfully, but these errors were encountered: