neovim-e icon indicating copy to clipboard operation
neovim-e copied to clipboard

Crashes on creating a new split

Open expipiplus1 opened this issue 9 years ago • 5 comments

I'm running on Windows with HEAD of electron and neovim-e

To reproduce: Open neovim-e press <C-w><C-s> observe that neovim-e has crashed

the error message I get is this: [13252:1009/122332:ERROR:ipc_channel_win.cc(435)] pipe error: 232 (Not very specific, sorry)

expipiplus1 avatar Oct 09 '15 11:10 expipiplus1

It might be worth noting that I can create a new split with ctrlp by opening a file with <C-s>

expipiplus1 avatar Oct 09 '15 11:10 expipiplus1

I'm also having this issue for all <C-w> commands. <C-w> by itself does not crash the editor, but pressing any key afterwards including <Esc> appears to. I can create splits with :split and navigate with the mouse or :wincmd - only the shortcuts cause a crash.

I am actually not getting an error message or exit status, but the editor exits completely regardless of open buffers.

Also on Windows 10, running stable of nodejs and latest of electron-prebuilt, nvim, and neovim-e.

DeltaWhy avatar Nov 21 '15 00:11 DeltaWhy

I guess the browser window recognized and closed the window... Not sure if there is an option is disable this behavior.

coolwanglu avatar Dec 12 '15 16:12 coolwanglu

Any progress on this issue? Without splits, NeoVim will be a no-go for me; it'd be great to hear if this is being addressed.

TomMcCluskey avatar Mar 18 '16 18:03 TomMcCluskey

<C-w> caused neovim-e to close and I get the following message (electron) loadUrl is deprecated. Use loadURL instead.

tomleo avatar Apr 22 '16 15:04 tomleo