Deoplete.nvim: Warning messages showed recursively during insert mode.

Created on 9 Nov 2016  路  2Comments  路  Source: Shougo/deoplete.nvim

Warning: I will close the issue without the minimal init.vim and the reproduce ways.

Problems summary

In C without proper configuration, the following warning messages are showed forever and slowdown the Vim in Insert mode.

[deoplete] NoneType
[deoplete] omni source does not support omnifunction: ccomplete#Complete.  Use :messages for error details.
[deoplete] NoneType
[deoplete] You must use g:deoplete#omni_patterns instead..  Use :messages for error details.
[deoplete] NoneType
[deoplete] omni source does not support omnifunction: ccomplete#Complete.  Use :messages for error details.
[deoplete] NoneType

[deoplete] You must use g:deoplete#omni_patterns instead..  Use :messages for error details.
[deoplete] NoneType
[deoplete] omni source does not support omnifunction: ccomplete#Complete.  Use :messages for error details.
[deoplete] NoneType
[deoplete] You must use g:deoplete#omni_patterns instead..  Use :messages for error details.

I know I need to follow the message but sometime I just need simple modification and would like to ignore the message. So forever warnings are too annoying in that case.

Expected

The warning message showed only ONCE.

Probably put some flag on https://github.com/Shougo/deoplete.nvim/blob/c832f9d176c78a439617d39a6b0393e476a88868/rplugin/python3/deoplete/source/omni.py#L52-L63 to ignore further warnings?

Most helpful comment

It is the bug. I have fixed.

All 2 comments

Hello @lambdalisue , i have same issue with php completion and padawan. I think the problem appeared with this commit.

Had to force plugin on previous commit ( 5fc5ed7 ) to get working again.

It is the bug. I have fixed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pappasam picture pappasam  路  4Comments

lowski picture lowski  路  3Comments

tcstory picture tcstory  路  5Comments

callmekohei picture callmekohei  路  4Comments

monicao picture monicao  路  3Comments