On 4/22/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote:
>  is there a way to dump the colorscheme data of for example
>  the default.vim?

Yes, most definitely. This command is ":hi" (no arguments).
To send output of this command to file, :help :redir

If you want to see settings for separate group (say Normal and Cursor):
    :hi Cursor
    :hi Normal

Yakov

Reply via email to