diff --git a/doc/CSApprox.txt b/doc/CSApprox.txt index e2aac5c..af4e13c 100644 --- a/doc/CSApprox.txt +++ b/doc/CSApprox.txt @@ -8,7 +8,7 @@ \___//___//_/ |_|/ .__// .__//_/ \___//_\_\ ~ /_/ /_/ ~ For Vim version 7.0 or newer - Last changed 21 Jan 2009 + Last changed 31 Jan 2009 By Matt Wozniski mjw@drexel.edu @@ -507,6 +507,12 @@ kterm (as of version 6.2.0) ============================================================================== 7. Changelog *csapprox-changelog* + 3.05 31 Jan 2009 Fix a harmless "Undefined variable" error in + :CSApproxSnapshot + + Fix a behavioral bug when dumping out colors defined + external to the scheme. + 3.00 21 Jan 2009 Update the docs for better info on :CSApproxSnapshot Allow snapshotted schemes to work on Vim 6, and work diff --git a/plugin/CSApprox.vim b/plugin/CSApprox.vim index e55e0f4..b1c5365 100644 --- a/plugin/CSApprox.vim +++ b/plugin/CSApprox.vim @@ -1,7 +1,7 @@ " CSApprox: Make gvim-only colorschemes work terminal vim " Maintainer: Matthew Wozniski (mjw@drexel.edu) -" Date: Wed, 21 Jan 2009 19:21:31 -0500 -" Version: 3.00 +" Date: Sat, 31 Jan 2009 04:14:27 -0500 +" Version: 3.05 " History: :help csapprox-changelog " Whenever you change colorschemes using the :colorscheme command, this script