Jason Franklin wrote:
> It looks like the clearing of the command line we're seeing is done here: > > https://github.com/vim/vim/blob/master/src/screen.c#L799 > > I'm finding it difficult to track down a solution, though... I just > thought I'd respond with what I found from a cursory look at the code > involved. The question is why this happens only when doing CTRL-W : in the terminal... Ah, it's because redraw_after_callback() is used otherwise. Let's also do that when editing the command line. -- hundred-and-one symptoms of being an internet addict: 77. The phone company asks you to test drive their new PBX system /// 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.
