Hi,

Benoit Thomas wrote:
> 
> I've done my own color scheme file, which work great. However, when I 
> tried to use variable instead of color name or color number (#000000) it 
> doesn't work and I don't know what I'm doing wrong.
> 
> For example, I want to do something like this:
> 
> " Text color is black.
> let s:text = "#000000"
> hi Normal guifg=s:text

make this

  exe 'hi Normal guifg=' . s:text

Regards,
Jürgen

-- 
Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us.     (Calvin)

-- 
You received this message from the "vim_use" 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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to