edenzik / macvim

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

:vs fills window with garbage #261

Closed GoogleCodeExporter closed 9 years ago

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

- load an existing file into buffer
- make a vertical split with :vs

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

- to the left side of the split the text is only partly redrawn, requiring a 
":redraw!" in order to see 
the full file content
- redraw issues seem to be even more noticeable if you make a horizontal split 
first (:sp) before 
making the vertical split (:vs)

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")?

- Snapshot 51 on Mac OS X 10.6.2.

Please provide any additional information below:

- will attach a sample screenshot
- vim dot-files can be inspected here: http://git.wincent.com/wincent.git/tree

Original issue reported on code.google.com by greg.hur...@gmail.com on 25 Feb 2010 at 4:29

Attachments:

GoogleCodeExporter commented 9 years ago
Another way to trigger similar redraw problem:

In full-screen mode, use the mouse to drag any divider (vertical or horizontal) 
in a split window.

Again requires a forced ":redraw!" to repaint the screen.

Original comment by greg.hur...@gmail.com on 27 Feb 2010 at 12:33

GoogleCodeExporter commented 9 years ago

Original comment by bjorn.winckler@gmail.com on 1 Mar 2010 at 4:50