On Wednesday, September 2, 2015 at 7:53:41 AM UTC-5, Louis-David Mitterrand 
wrote:
> Hi,
> 
> Using debian/testing I've long had this in my ~/.vimrc
> 
>       au!
>       if has("syntax")
>               let mysyntaxfile = "~/.vim/syntax.vim"
>               let myscriptsfile = "~/.vim/scripts.vim"
>               let myfiletypefile = "~/.vim/filetype.vim"
>               syntax on
>       endif
> 
> and ~/.vim/syntax.vim contains only:
> 
>       hi Comment term=bold ctermfg=6 guifg=DarkCyan
>       hi Identifier term=underline ctermfg=4 guifg=Blue
> 


I'm not sure what your "let" lines are for.

Is there a reason you're using this method to set colors, rather than the more 
usual colorscheme file?

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to