Gvim has a default behavior where it always shows a scrollbar on all buffers at all times.
Is there a way to make the scrollbar visible only if the document is larger than the frame?
|
feedback
|
|
Put this in one of your startup files,
Those autocommands don't cover all the events that might cause the buffer size to exceed the window size, but it gives you the idea. See
for more. | |||
|
feedback
|