Open syswow opened 9 years ago
How do you st col and row in .nvimrc
?
i didnt set row and col in .nvimrc. i just set them 999 in config.cson.
I can confirm this. What did you mean by the last sentence of the issue?
i fixed some typo.
So, yeah, how do you set row & col in .nvimrc?
I guess that nvim would hang in this case, as it might not be designed for such a large screen.
:smile: sorry about my poor english. 最后一句话,我的意思是: 在.nvimrc中任意设置了row,col后,config.cson设置999才不会hangs neovim.as。
嗯,你说的对。估计是nvim没有处理这么大的屏幕。
现在nvim是直接把999处理成自适应全屏,但neovim.as强制要其显示999,是这样不?
所以我问的是,在.nvimrc如何设置row col
应该是lines和columns……
set lines=120 columns=35
好的多谢,我测试一下。
我可以重现,提交到neovim去了
.nvimrc
stay empty.config.cson
like this: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.