Jacob Niehus wrote: > I agree with all of that in principle, but I've been able to reliably > compile and with and without the screen_start() and see the problem go > away with screen_start() there. Unfortunately I don't know why it > works, so I can't really defend my suggestion. > > Forcing a redraw with update_screen(CLEAR) does work, but anything > below that (NOT_VALID etc.) didn't work. It's not the best solution, > but I can't find the cause of the problem after lots of digging > through the code.
Hmm, if CLEAR is necessary this indicates an external program is messing up the screen. Or there is a weird bug in Vim. For normal redrawing NOT_VALID should be sufficient. -- Why is "abbreviation" such a long word? /// 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
