On Thu, Aug 16, 2012 at 10:58 PM, Christoffer Dall <[email protected]> wrote: > On Thu, Aug 16, 2012 at 2:20 PM, Christian Brabandt <[email protected]> > wrote: >> Hi Christoffer! >> >> On Mi, 15 Aug 2012, Christoffer Dall wrote: >> >>> ok, did some heavy testing today - it turns out it's not a plugin, it >>> was merely one line, an important one, in my .gvimrc file: >>> >>> set gfn=Monospace\ 9 >>> >>> if this is set, and I use the same window size (in pixels, not vim >>> lines) then the redraw issue occurs. >>> >>> using quickfix seems to "provoke" the issue, but I can't be sure it's >>> really the cause. >>> >>> Any ideas? >>> >> >> Do you have an way to reproduce this issue? I am also using Monospace >> font and have never noticed this on linux. (so it could be Mac specific) >> > > I'm actually not running on a Mac - I'm running inside a VM running > Linux Precise (the VM runs under VMware fusion on a Mac), but I don't > have any other redrawing issues from other programs. > > Yes, to reproduce, I open up vanilla gvim, issue "set gfn=Monospace\ > 9", make the window very large and start working. If I do :set > nolazyredraw, the issue shows up almost immediately. > > I'll try testing with another font. > Hi again,
I've tried testing with two other fonts and I still see the behavior. My feeling is that it's mostly related to the number of items on the screen needing to be handled / redrawn. Any other ideas? Thanks, Christoffer -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
