简体   繁体   中英

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

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.

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.

我在.gvimrc中使用它。

set guioptions=Ace 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM