Open
Description
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 i ctags
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.
Metadata
Metadata
Assignees
Labels
No labels