edenzik / macvim

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

Full-screen redraw problems with vertical splits #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
RULES: READ FIRST!
1.  This page is only for reporting bugs.  Feature requests are to be
posted to the vim_mac mailing list.
2.  Read the ReportingBugs wiki page before creating a new Issue to rule
out common problems that are not bugs.
3.  Search older Issues and the vim_mac mailing list before creating a new
Issue.
(Please delete this text now that you have read it and enter an issue
report.  Thank you for taking the time to report bugs!)

What steps will reproduce the problem?

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

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

Please provide any additional information below.

Original issue reported on code.google.com by win%winc...@gtempaccount.com on 5 Mar 2010 at 9:03

GoogleCodeExporter commented 9 years ago
Sigh, sorry about that. I accidently hit return before I even started typing. 
I'll add a comment with proper details 
in a minute.

Original comment by win%winc...@gtempaccount.com on 5 Mar 2010 at 9:04

GoogleCodeExporter commented 9 years ago
There are still redraw problems, but it seems you need to have at least 1 
vertical split to trigger them.

To repro:

1. Go into fullscreen mode
2. :sp
3. :vs
4. drag the horizontal divider

Expected:

Divider should move.

Actual:

Garbage on screen, requiring either :redraw! or CTRL-L to clear it. Dragging 
the vertical divider also causes a 
redraw.

This with the very recent build of MacVim (commit 
346ebb12737ca99493016de96f0c1fad3ad9ac46 from a 
few days ago) on Mac OS X 10.6.2.

Original comment by win%winc...@gtempaccount.com on 5 Mar 2010 at 9:07

GoogleCodeExporter commented 9 years ago
Just tried out snapshot 52 and can still reproduce as indicated above.

Original comment by win%winc...@gtempaccount.com on 6 Mar 2010 at 1:42

GoogleCodeExporter commented 9 years ago
I can confirm this problem.  I'll see what I can do about it.  Thanks for the 
report.

Original comment by bjorn.winckler@gmail.com on 6 Mar 2010 at 2:06

GoogleCodeExporter commented 9 years ago
This bug is hopefully fixed now (at least it is gone for me).  The patch is 
included in the latest 7.3 BETA (version 52.4).  Get it here:

http://github.com/b4winckler/macvim/downloads

Original comment by bjorn.winckler@gmail.com on 25 Jul 2010 at 10:44