in gvim, how to disable scrollbar when taglist is shown?

不羁岁月 提交于 2019-12-22 08:24:52

问题


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.


回答1:


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.




回答2:


I use this in my .gvimrc.

set guioptions=Ace 


来源:https://stackoverflow.com/questions/3984035/in-gvim-how-to-disable-scrollbar-when-taglist-is-shown

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!