本文介绍了在gvim中,如何在显示标签列表时禁用滚动条?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经设置了"set guioptions- = l",但是无论何时启用标签列表,仍然会显示左侧滚动条,并且不能将其禁用(右侧滚动条可以正常切换).另外,如果启用了标记列表,vim不会在启动时最大化.

i've set "set guioptions-=l", but whenever taglist is enabled the left hand scrollbar is still shown and cannot be disabled (right hand scrollbar toggles fine). also, vim wont maximize on start if taglist is enabled.

如果无法解决以上问题,是否有标签列表替代品.

if the above can't be fixed, are there any taglist altenatives.

推荐答案

请确保也设置了guioptions-=L.如果未将其删除,则每当出现垂直分割时,您都会获得一个左侧的滚动条.

Make sure you have guioptions-=L set too. If it's not removed then you'll get a left hand scrollbar whenever there's a vertical split.

这篇关于在gvim中,如何在显示标签列表时禁用滚动条?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 22:56