On Fr, 12 Feb 2016, Bram Moolenaar wrote: > Christian Brabandt wrote: > > > Can we make it work with vim commands? What comes to mind would be to > > have syntax highlighting work asynchronously, so Vim would stay > > responsive for languages that have known to be slow syntax highlighting. > > Hmm, that's something completely different. A simplistic version would > be to first redraw the screen in B&W, remembering what was put on the > screen, and then loop over those lines to add highlighting, bailing out > when a key is typed. Might actually work.
This hasn't been done yet, correct? Also it would be neat, if we could e.g. in the background execute an ':Nread' command to download a file without blocking or uncompress an archive so something similar. Best, Christian -- -- 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.
