jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

Command line externalization, no visual feedback #20

Closed nurelin closed 6 years ago

nurelin commented 6 years ago

Archlinux eovim git master 8ae7378210fd0cb21e71d403e22ad79e465901c9 efl version 1.20.3 neovim 0.2.2

The new functionnality command line externalization works but there is no characters feedback in the command bar. Furthermore, three error lines are outputted:

ERR<27091>:eo lib/eo/eo.c:573 _efl_object_call_resolve() in ../src/lib/efl/interfaces/efl_container.eo.c:6: func 'efl_content_get' (765) could not be resolved for class 'Efl.Canvas.Layout_Internal'.
ERR<27091>:eo lib/eo/eo.c:573 _efl_object_call_resolve() in ../src/lib/efl/interfaces/efl_container.eo.c:6: func 'efl_content_get' (765) could not be resolved for class 'Efl.Canvas.Layout_Internal'.
ERR<28989>:edje lib/edje/edje_part.c:21 _part_reuse_error() A previous misuse of efl_part has been detected. Handles returned by efl_part() are valid for a single function call. Did you call a non implemented function? obj: 0x80000004cf007a02 has been deleted!
jeanguyomarch commented 6 years ago

Thanks for the report. Eovim indeed has problems with older versions of EFL. I'll investigate that.