XVim icon indicating copy to clipboard operation
XVim copied to clipboard

blank h-scrollbar over editor's command line

Open soimy opened this issue 10 years ago • 3 comments

env: xcode 5.1 xvim develop build. Preference -> Text Editing -> Indentation -> Line wrapping set to true

h-scrollbar should better be auto-hide using line wrapping. Much thx if it's accepted:) h-scrollbar issue

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3806210-blank-h-scrollbar-over-editor-s-command-line?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github).

soimy avatar Mar 31 '14 09:03 soimy

Do you want to hide the scroll bar? You can use "guioptions=" to hide scroll bars (its not automatic though)

JugglerShu avatar Mar 31 '14 23:03 JugglerShu

just tried :set guioption-=r as gvim option but nothing happened, do i missed sth?

soimy avatar Apr 01 '14 03:04 soimy

-= is not supported. Try guioptions=b

JugglerShu avatar Apr 01 '14 11:04 JugglerShu