Pergunta

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.

Foi útil?

Solução

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.

Outras dicas

I use this in my .gvimrc.

set guioptions=Ace 
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top