jeanguyomarch / eovim

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

un petit CRI #7

Closed francoisGuerret closed 6 years ago

francoisGuerret commented 6 years ago

Using eovim in full screen, the terminal is decorated by nice sentences such as: CRI<20096>:eovim /home/fguerret/drafts/eovim/src/nvim_event.c:407 nvim_event_scroll() Invalid argument count. (2 == 1) is false

How could I disable this embellishment.

More fun:

ERR<20981>:eovim /home/fguerret/drafts/eovim/src/gui.c:603 _gl_nth_get() Attempt to get item 4294967295 out of 4
CRI<20981>:eovim /home/fguerret/drafts/eovim/src/nvim_event.c:369 nvim_event_mode_change() Invalid argument count. (2 == 1) is false
jeanguyomarch commented 6 years ago

Thanks for the report. As a temporary workaround, if these really annoy you, you can define in your environment:

EINA_LOG_LEVELS="eovim:-1"