coolwanglu / neovim-e

Electron UI for Neovim
MIT License
271 stars 29 forks source link

running on Windows #30

Open jmlucjav opened 9 years ago

jmlucjav commented 9 years ago

I thought I should open a new ticket for issues on windows, as it's very possible there will be many of them...

for now this still fails (versions current as of today):

atom-shell\atom.exe . eval.c
[12480:0410/193553:INFO:renderer_main.cc(212)] Renderer process started
[4700:0410/193555:INFO:CONSOLE(22)] "child process spawned: 11400", source: neovim.as\src\nvim\nvim.js (22)
[4700:0410/193555:INFO:CONSOLE(25)] "child process closed", source: neovim.as\src\nvim\nvim.js (25)
[12480:0410/193555:ERROR:ipc_channel_win.cc(136)] pipe error: 109
jmlucjav commented 9 years ago

this works

atom-shell\atom.exe .

but continually logs this line:

[11748:0410/194437:INFO:CONSOLE(257)] "Redraw event not handled: cursor_off,", source: neovim.as\src\nvim\ui.js (257)
[11748:0410/194438:INFO:CONSOLE(257)] "Redraw event not handled: cursor_on,", source: neovim.as\src\nvim\ui.js (257)
coolwanglu commented 9 years ago

cursor_on/off events have been replaced in the latest neovim

jmlucjav commented 9 years ago

ah ok, I think there are not newer windows builds yet, I'll get a new one when its available