|
8 | 8 | \___//___//_/ |_|/ .__// .__//_/ \___//_\_\ ~ |
9 | 9 | /_/ /_/ ~ |
10 | 10 | For Vim version 7.0 or newer |
11 | | - Last changed 05 Oct 2008 |
| 11 | + Last changed 28 Oct 2008 |
12 | 12 |
|
13 | 13 | By Matt Wozniski |
14 | 14 | mjw@drexel.edu |
@@ -162,11 +162,12 @@ g:CSApprox_attr_map *g:CSApprox_attr_map* |
162 | 162 | g:CSApprox_extra_rgb_txt_dirs *g:CSApprox_extra_rgb_txt_dirs* |
163 | 163 | When the colorscheme author uses a color by name, CSApprox needs to figure |
164 | 164 | out what #rrggbb value it stands for. It does this by parsing rgb.txt, |
165 | | - but first needs to locate it. It has a default search path included, but |
166 | | - should it fail to find rgb.txt, this variable can be set to a List of |
167 | | - other directories that ought to be searched. Default search path: > |
| 165 | + but first needs to locate it. It has a default search path included, and |
| 166 | + will also search in any directory in the user's 'runtimepath', but first |
| 167 | + any directory included in this variable will be searched. Failing to find |
| 168 | + any valid rgb.txt is an unrecoverable error. Default search path: > |
168 | 169 | [ /usr/local/share/X11, /usr/share/X11, /etc/X11, /usr/local/lib/X11, |
169 | | - /usr/lib/X11, /usr/local/X11R6/lib/X11, /usr/X11R6/lib/X11] |
| 170 | + /usr/lib/X11, /usr/local/X11R6/lib/X11, /usr/X11R6/lib/X11 ] |
170 | 171 |
|
171 | 172 | g:CSApprox_approximator_function *g:CSApprox_approximator_function* |
172 | 173 | If the default approximation function doesn't work well enough, the user |
@@ -347,6 +348,9 @@ kterm (as of version 6.2.0) |
347 | 348 | ============================================================================== |
348 | 349 | 7. Changelog *csapprox-changelog* |
349 | 350 |
|
| 351 | + 1.10 28 Oct 2008 Enable running on systems with no rgb.txt (Penn Su) |
| 352 | + Begin distributing a copy of rgb.txt with CSApprox |
| 353 | + |
350 | 354 | 1.00 04 Oct 2008 First public release |
351 | 355 |
|
352 | 356 | 0.90 14 Sep 2008 Initial beta release |
|
0 commit comments