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.
It does for me. Anyway, try out the patch I just sent out. -- "Hegel was right when he said that we learn from history that man can never learn anything from history." (George Bernard Shaw) /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
