Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

I use this in my .gvimrc.

set guioptions=Ace 
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top