On Tuesday, September 25, 2012 9:20:02 AM UTC-7, Ben Fritz wrote: > On Monday, September 24, 2012 12:47:47 PM UTC-5, Christian Brabandt wrote: > > > Hi Ben! > > > > > > > > > > > > On Mo, 24 Sep 2012, Ben Fritz wrote: > > > > > > > > > > > > > On Sunday, September 23, 2012 8:28:53 AM UTC-5, Christian Brabandt wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > That sounds like a problem with your terminal. Does that also happen > > > > > > > > > > > > > > > > with the gui (whatever it is called on MacOS)? > > > > > > > > > > > > > > > > > > > > > > Since the thread is so old (Google Groups shows the first post in 2007), > > > I'll repost this info: > > > > > > > > > > > > > > The OP noticed a problem with 'lazyredraw' set, where Vim would not > > > finish drawing the screen at startup, which they claim happened > > > "somewhere between patch 7.1.094 and 7.1.100". A follow-up post narrowed > > > it down exactly to patch 95. The README for Vim 7.1 shows this specific > > > patch was for Focus events, so I'm not sure exactly how it relates. > > > > > > > > > > > > > > Here's the google groups discussion link: > > > https://groups.google.com/d/topic/vim_dev/_BDGzoD-zfw/discussion . It > > > looks like the issue was never satisfactorily resolved. > > > > > > > > > > > > Thanks for the link. I can't really reproduce neither the original > > > > > > problem, nor the problem with the last-position-jump mentioned by Blue > > > > > > on any of my systems I have access to (Windows and Linux using console > > > > > > or gui built of vim). > > > > > > > > > > I also just tried the procedure given by the OP to reproduce the problem, on > gvim 7.3.661, Windows XP 64-bit. "Blue" who resurrected this thread claims to > have reproduced the issue in 7.3.661, but when I try the given procedure > (modified slightly for Windows "echo" behavior): > > > > echo set lazyredraw > vimrc-example > > gvim -u vimrc-example -U NONE --noplugin > > > > I get a gvim Window with the intro text displayed right away and no > observable drawing issues. > > > > "Blue", if you are following this thread, that's two people unable to > reproduce this really old issue using a very simple test case. What is the > exact sequence of commands you use to reproduce the issue?
As I mentioned earlier, I only experienced this with the console version of Vim on iterm2 and Apple's default Terminal. I was not able to reproduce with the gui MacVim. I have just checked xterm and rxvt running under X11.app (Apple's X11 server) and there is no issue with them. So this only seems to affect the two most popular terminal programs on OS X. Ben, using your example of calling Vim without a file argument, I still observed the redraw issue. The cursor mostly displays for me initially in the lower right corner of the the intro text, instead of at (1,1). -- 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
