coolwanglu / neovim-e

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

col : 999, row : 999, hangs neovim.as #26

Open syswow opened 9 years ago

syswow commented 9 years ago
font: '12px Ubuntu Mono'
row: 999
col: 999

In latest version, row : 999, col : 999, will hangs neovim.as. But if we have been set col, row in .nvimrc, neovim.as will works well.

coolwanglu commented 9 years ago

How do you st col and row in .nvimrc?

syswow commented 9 years ago

i didnt set row and col in .nvimrc. i just set them 999 in config.cson.

coolwanglu commented 9 years ago

I can confirm this. What did you mean by the last sentence of the issue?

syswow commented 9 years ago

i fixed some typo.

coolwanglu commented 9 years ago

So, yeah, how do you set row & col in .nvimrc?

coolwanglu commented 9 years ago

I guess that nvim would hang in this case, as it might not be designed for such a large screen.

syswow commented 9 years ago

:smile: sorry about my poor english. 最后一句话,我的意思是: 在.nvimrc中任意设置了row,col后,config.cson设置999才不会hangs neovim.as。

嗯,你说的对。估计是nvim没有处理这么大的屏幕。

现在nvim是直接把999处理成自适应全屏,但neovim.as强制要其显示999,是这样不?

coolwanglu commented 9 years ago

所以我问的是,在.nvimrc如何设置row col

syswow commented 9 years ago

应该是lines和columns…… set lines=120 columns=35

coolwanglu commented 9 years ago

好的多谢,我测试一下。

coolwanglu commented 9 years ago

我可以重现,提交到neovim去了