On Wed, Jul 14, 2010 at 4:57 PM, Bram Moolenaar wrote: > > Matt Wozniski wrote: > > [about a patch to support #rrggbb in a terminal] > > Where can I find the latest version of this patch? I only see one that > is two years old.
As Benjamin Haskell noted, I decided to shoot for a vimscript implementation instead of a patch implementation, and wound up with CSApprox instead. You've already committed 9cf111138f, which was the last thing that was really missing in making CSApprox "perfect", and it turns out it's much easier to do all of the nasty magic that needs to be done in a script than in code, and the result is much more flexible. The down side is that it's a bit slow (as Dominique pointed out), but I have a version in my sandbox that should hopefully help a bit with that. 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
