When I update the statusline from a python thread forked from main, the update gets registered by vim but is shown only after take an action, a movement using keys, or a mouse scroll.
Python code here if it helps: http://sprunge.us/LCfM (Open in vim followed by :pyfile %) Briefly: Spawn threads, each threads sleeps for a while and then updates the statusline. Don't do anything and you'll never notice the update. Keep j/k pressed and all updates show fine. So my question is: Is there a way in which I can make the status updates immediate, without requiring any user action? Thanks -- -- 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.
