I have an error on loading any php file. By simple research(:PHPCompleteExtendedReload), I've found that an error occures on loading index file:
On-reload error:
Error detected while processing function phpcomplete_extended#reload..<SNR>76_clearIndex: line 4:
E706: Variable type mismatch for: g:phpcomplete_index
Loading Index
Error detected while processing function phpcomplete_extended#reload..<SNR>76_loadIndex..<SNR>76_readIndex:
line 9:
E806: using Float as a String
Index Loaded.
On-load error:
Loading Index
Error detected while processing function phpcomplete_extended#readDataForProject..phpcomplete_extended#loadProject..<SNR>76_loadIndex..<SNR>76_readInde
x:
line 9:
E806: using Float as a String
Index Loaded.
On-completion error:
Error detected while processing function phpcomplete_extended#CompletePHP..<SNR>76_get_complete_start_pos..<SNR>76_get_complete_context..<SNR>76_guessTypeOfParsedTokens..<SNR>76_getFQCNFromFileLocation:
line 10:
E715: Dictionary required
On-typing I can see Source name is php like an error...
Also this error occures only in graphical mode(vim-qt[I had problems with gvim in fonts and powerline])...
I have an error on loading any php file. By simple research(
:PHPCompleteExtendedReload
), I've found that an error occures on loading index file:On-reload error:
On-load error:
On-completion error:
Source name is php
like an error...Also this error occures only in graphical mode(vim-qt[I had problems with gvim in fonts and powerline])...
P.S. You can see my config at https://github.com/saksmt/vim-cfg/