edenzik / macvim

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

Vertical split adds a left scrollbar and it cannot be removed #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1) Open a new MacVim window (cmd-N)
2) Split the window vertically (ctrl-w ctrl-v)
3) Toggle the left scrollbar (Edit-Global Settings->Toggle Left Scrollbar)

What is the expected output? What do you see instead?

When I split the window vertically, a scrollbar appears on the left side of the 
window. When I 
toggle the left scrollbar, I would expect it to disappear. However, nothing 
actually happens. The 
scrollbar just stays.

What version of MacVim and OS X are you using (see "MacVim->About MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
Intel")?

I'm using MacVim snapshot 50 on a 13 inch Macbook Pro with Snow Leopard 
(10.6.1) installed.

Please provide any additional information below.

I've tried adding the command to remove the left scrollbar to my .vimrc, 
.gvimrc, and hitting the 
toggle scrollbar buttons when my mouse cursor is in both splits of the window, 
but nothing 
seems to remove the scrollbar.

Original issue reported on code.google.com by morganjd...@gmail.com on 22 Oct 2009 at 5:19

GoogleCodeExporter commented 9 years ago
Try adding "set go-=L" to your .gvimrc.  See ":h 'go" for more information.

Original comment by bjorn.winckler@gmail.com on 22 Oct 2009 at 8:37

GoogleCodeExporter commented 9 years ago

Original comment by bjorn.winckler@gmail.com on 24 Nov 2009 at 3:48

GoogleCodeExporter commented 9 years ago
Thank you bjørn

Original comment by tim.m.ma...@gmail.com on 10 Dec 2009 at 12:36