-
Notifications
You must be signed in to change notification settings - Fork 110
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
call class show "List index out of range" in E684 #95
Comments
Can you maybe post a sample project / ctags file that exposes this problem? Unfortunately the |
Thanks @complex857, here is the screenshot |
Sorry @rainysia for the late reply, but I didn't managed to recreate this just by typing the code example on the screenshot into a buffer (tried to make up a class that have these stuff and such). |
hi,
Sometimes when i try to call class function, such as
::
or->
, the phpcomplete will slow down the vim windows and make the system slowly, It's OK because ictags
lots of projects.But when i use iteration call, e.g. "DB->query()->", I want to call "toSql()" and the example will be
"DB->query()->toSql()", The phpcomplete will crash the loop the error
"Deal function phpcomplete#CompletePHP..phpcomplete#GetClassName..phpcomplete#GetClassName..phpcomplete#GetClassName" Error
"E684: List index out of range".
any idea? or could you add another variables so we can disable GetClassName like the
let g:phpcomplete_complete_for_unknown_classes = 0
BTW, I use linux debian stable, vim version 7.4.488
Thanks.
The text was updated successfully, but these errors were encountered: