jeanguyomarch/eovim

Command line externalization, no visual feedback

Closed this issue · 1 comments

Archlinux
eovim git master 8ae7378
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!

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