rhysd / NyaoVim

Web-enhanced Extensible Neovim Frontend
Other
2.22k stars 57 forks source link

Additional command-line arguments are ignored #81

Closed voidexp closed 8 years ago

voidexp commented 8 years ago

Executing nyaovim -u ~/.vimrc seems to ignore the additional arguments, although the app starts and vim status line states No matching autocommands. Actually, giving whatever different string, say nyaovim qwertyasdf leads to same effect.

Screenshot on This Problem (if possible)

screen shot 2016-09-01 at 18 00 26

Your Environment

NyaoVim version 0.0.20
electron : 1.3.4
chrome : 52.0.2743.82
node : 6.3.0
v8 : 5.2.361.43
rhysd commented 8 years ago

I found that passing two or more paths breaks PRC communication between nvim and frontend. I sent PR and the problem will be fixed when it merged.

https://github.com/neovim/neovim/pull/5481

rhysd commented 8 years ago

As far as I confirmed, fixed version nvim does not reproduce this issue.

rhysd commented 8 years ago

The patch was merged and nvim HEAD now works without this problem. Thank you for reporting this.