Go to file
Matt Wozniski 4eb86232c6 Fix major regression in CSApproxSnapshot
After 4091aca090 dumping colors with
CSApproxSnapshot was completely broken.  That commit stopped changing
&t_Co from reverting changes to colors not made by the colorscheme by
preventing the colorscheme from being re-sourced every time &t_Co
changed.  Unfortunately, that stopped the ColorScheme autocmd from
firing, which stopped s:CSApprox() from calculating the colors, which
meant we would dump the same colors regardless of &t_Co, and regardless
of {xterm,konsole,eterm}.

Fix this problem by calling s:CSApprox() explicitly after changing &t_Co
2009-03-27 13:50:15 -04:00
autoload First try showrgb, then our own (cooked) rgb.txt 2009-02-28 18:29:12 -05:00
doc Use 'showrgb' instead of searching for rgb.txt 2009-02-27 18:38:11 -05:00
plugin Fix major regression in CSApproxSnapshot 2009-03-27 13:50:15 -04:00
.gitignore add a .gitignore file 2009-01-17 01:18:00 -05:00