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

2

8

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.

Photochemistry answered 21/10, 2010 at 3:18 Comment(0)
H
14

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.

Hochstetler answered 21/10, 2010 at 5:4 Comment(0)
P
7

I use this in my .gvimrc.

set guioptions=Ace 
Preservative answered 9/11, 2012 at 14:47 Comment(1)
this is actually more useful.Breadnut

© 2022 - 2024 — McMap. All rights reserved.