On Thu, Mar 03, 2011 at 02:27:14PM +0100, Bram Moolenaar wrote: > > Ivan Krasilnikov wrote: > > > Hi, I'm observing the following bug under Ubuntu and FreeBSD, which > > seems to have been introduced by this patch. > > > > $ cd /tmp > > $ seq 1 1000000 >file # bug happens with any sufficiently large file > > $ echo 'set nocompatible foldmethod=marker lazyredraw' >vimrc > > $ vim -u vimrc --noplugin file > > > > vim doesn't display the file's contents until any key is pressed. > > I see it. It's caused by 'lazyredraw' postponing the redraw. I'll make > a patch for it.
Are you sure? 'set nolazyredraw' doesn't help. -- Kirill A. Shutemov -- 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
