maralla / completor.vim

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

Error stack while writing #263

Closed Zykino closed 5 years ago

Zykino commented 5 years ago

Using neovim if I just write something like "aer" I have this kinds of messages. (Sorry for the error messages in French.) nvim: 0.1.7 raspian (rapberry pi)

Erreur détectée en traitant function <SNR>97_on_insert_char_pre :                                         
ligne    7 :                                                                                              
E15: Expression invalide : >s:clear_inputted()})                                                          
Appuyez sur ENTRÉE ou tapez une commande pour continuer                                                   
Erreur détectée en traitant function <SNR>97_on_insert_char_pre :                                         
ligne    7 :                                                                                              
E116: Arguments invalides pour la fonction timer_start                                                    
Appuyez sur ENTRÉE ou tapez une commande pour continuer                                                   
Erreur détectée en traitant function <SNR>97_on_insert_char_pre :                                         
ligne    7 :                                                                                              
E15: Expression invalide : >s:clear_inputted()})    
maralla commented 5 years ago

I think the nvim you installed is too old which has no lambda support. Please upgrade your nvim.

Zykino commented 5 years ago

Well, I should have check the current nvim version: raspbian is not up to date. After installing it from source the issue doesn't exist anymore, thank you!