edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Left scroll bar #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Leopard 10.5.5 I have the latest and greatest MacVim. I do not manage to 
turn off the left 
scrollbar. I use toggle from the menu but this does not cure the problem. Also 
gui_options-=l does 
not help. I guess maybe a bug?

Original issue reported on code.google.com by anton.bo...@gmail.com on 29 Nov 2008 at 3:32

GoogleCodeExporter commented 9 years ago
First of all: what do you mean that you can't turn _off_ the left scrollbar?  
It should be off by default.  It makes 
it sound like your .vimrc/.gvimrc or plugins are interfering.

Toggling the scrollbar from the "Edit->Global Settings" menu works for me...

The option is called 'guioptions' without the underscore so maybe you typed it 
wrong (still doesn't explain 
why the menu wouldn't work though).  Try this:

:set go-=l

If that doesn't work, type

:set go?

and tell me what Vim responds with.

Before doing that you should always move your rc-files as well as the .vim 
folder out of the way to make sure 
they're not causing the problems.

Original comment by bjorn.winckler@gmail.com on 29 Nov 2008 at 5:47

GoogleCodeExporter commented 9 years ago
I am very sorry! It seemed that the guioption L was on. I turned it off and now 
it's fine. Sorry again.

Original comment by anton.bo...@gmail.com on 29 Nov 2008 at 5:51

GoogleCodeExporter commented 9 years ago
No worries.  I'm glad you sorted it out.

Original comment by bjorn.winckler@gmail.com on 29 Nov 2008 at 6:04