maralla / completor.vim

Async completion framework made ease.
MIT License
1.32k stars 62 forks source link

"E117: Unknown function: ch_canread..." error when editing .c/c++ files #189

Closed jplrssn closed 6 years ago

jplrssn commented 6 years ago

Hello,

I'm getting the following error when typing in insert mode (the error message appears after almost every keypress) in Vim 8.0. It only seems to happen when editing c/c++ files.

E117: Unknown function: ch_canread
E15: Invalid expression: ch_status(a:ch) ==# 'buffered' && ch_canread(a:ch)
maralla commented 6 years ago

Please update your vim to the latest version.

jplrssn commented 6 years ago

D'oh! Updating from 8.0.5 to 8.0.1587 did the trick - thanks! 🍺