maralla/completor.vim

Error stack while writing

Closed this issue · 2 comments

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()})    

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

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!