I am getting the following error on vim startup:
Error detected while processing function <SNR>71_OnBufferRead..<SNR>71_SetOmnicompleteFunc..<SNR>71_Pyeval: line 2: /usr/local/lib/python2.7/dist-packages/cffi/model.py:532: UserWarning: 'point_conversion_form_t' has no values explicitly defined; guessing that it is equivalent to 'unsigned int' % self._get_c_name())
Anyone know a quick fix?
This is difficult to assess, but after a quick look at your vimrc I would venture to guess that this is caused by the currently not working combination of python3+YCM. The best fix would be to use Jedi for the time being.