jeanguyomarch / eovim

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

and one more which kills the process #13

Closed francoisGuerret closed 6 years ago

francoisGuerret commented 6 years ago
ERR<25952>:eovim /home/lguerret/projects/eovim/src/nvim.c:357 _nvim_received_error_cb() Error: E41: Out of memory!
o

ERR<25952>:eovim /home/lguerret/projects/eovim/src/nvim.c:357 _nvim_received_error_cb() Error: Vim: Finished.

obtained when:

  1. open eovim
  2. hit ':'
  3. hit '\<Tab>'
jeanguyomarch commented 6 years ago

Wow, weird. But I cannot reproduce. Are you using neovim 0.2.0 ?

francoisGuerret commented 6 years ago

yes sir.

more exactly:

  1. open eovim
  2. ':' and 'a' or anything else
  3. '\<Escape>'
  4. ':'
  5. '\<Tab>'
jeanguyomarch commented 6 years ago

I have two different behaviors with 0.2.0 and 0.2.1, but I cannot reproduce your error.

jeanguyomarch commented 6 years ago

This is actually a bug in neovim 0.2.0. I'm not sure they will maintain that version since 0.2.1 is out.