TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!
MIT License
486 stars 8 forks source link

Invalid channel: 3 #8

Closed yriveiro closed 5 years ago

yriveiro commented 5 years ago

Some times when I close neovim I had this error:

Error detected while processing function vimade#CheckWindows[6]..provider#python3#Call:
line   18:
Invalid channel: 3

OSX: mojave NVIM v0.3.4 Build type: Release LuaJIT 2.0.5

TaDaa commented 5 years ago

Thanks for the report, someone else mentioned this as well...I will see if I can address this today

TaDaa commented 5 years ago

Pushed a fix (disable vimade during VimLeave), but looks like its a problem with nvim, channel 3 error even if you remove vimade (more generic)

Most likely has to do with this open issue: https://github.com/neovim/neovim/issues/6840

Error detected while processing function 111_ReceiveMessages[1]..111_Pyeval[2]..provider#python3#Call: line 18:

TaDaa commented 5 years ago

Closing this for now, but feel free to reopen if you encounter this due to vimade again