vim-repl icon indicating copy to clipboard operation
vim-repl copied to clipboard

REPL窗口宽度不能固定

Open pinggit opened this issue 6 years ago • 0 comments

比如设置了竖形REPL窗口的宽度 let g:repl_width = 50 "REPL windows width

然后:REPLToggle 启动。 repl窗口出现,宽度50。没问题。 现在在其他窗口做竖分割,repl窗口仍然为50。 没问题 现在关掉其他窗口的分割,repl窗口会自动变宽。 这是vim的问题还是REPL窗口的问题?有办法让这个REPL窗口宽度不自动变化吗? 我希望REPL一直保持着我定义的初始宽度。

pinggit avatar Feb 07 '20 01:02 pinggit