I'm using Mac OSX Lion 10.7.2, Terminal.app supports 256 (output
of :echo &t_Co). In my vimrc I have (PATH/TO/vim/vimrc)

When I "vim blah.py" and :colorscheme torte, syntax colors are not
loading. For example python keyword doesn't have a proper colors (They
have regular text color). That works for .c files but not python.

I updated my syntax/python.vim but still no luck.

Can someone tell me why (I don't see the mistake)?

Thanks


vimrc
set nocompatible
syntax on
filetype plugin indent on
set nobackup
colorscheme torte

Output of :scr ($PATH = Path/TO/VIM)
.py
$PATH/vimrc
$PATH/vim73/filetype.vim
$PATH/vim73/ftpluhin.vim
$PATH/vim73/indent.vim
$PATH/vim73/syntax/syntax.vim
$PATH/vim73/syntax/synload.vim
$PATH/vim73/syntax/syncolor.vim
$PATH/vim73/plugin/getscriptPlugin.vim
$PATH/vim73/plugin/gzip.vim
$PATH/vim73/plugin/matchparam.vim
$PATH/vim73/plugin/netrwPlugin.vim
$PATH/vim73/plugin/rrhelper.vim
$PATH/vim73/plugin/spellfile.vim
$PATH/vim73/plugin/tarPlugin.vim
$PATH/vim73/plugin/yohtml.vim
$PATH/vim73/plugin/vimballPlugin.vim
$PATH/vim73/plugin/zipPlugin.vim
$PATH/vim73/ftplugin/python.vim
$PATH/vim73/indent/python.vim
$PATH/vim73/syntax/python.vim
$PATH/vim73/colors/torte.vim

.c file
$PATH/vimrc
$PATH/vim73/filetype.vim
$PATH/vim73/ftpluhin.vim
$PATH/vim73/indent.vim
$PATH/vim73/syntax/syntax.vim
$PATH/vim73/syntax/synload.vim
$PATH/vim73/syntax/syncolor.vim
$PATH/vim73/plugin/getscriptPlugin.vim
$PATH/vim73/plugin/gzip.vim
$PATH/vim73/plugin/matchparam.vim
$PATH/vim73/plugin/netrwPlugin.vim
$PATH/vim73/plugin/rrhelper.vim
$PATH/vim73/plugin/spellfile.vim
$PATH/vim73/plugin/tarPlugin.vim
$PATH/vim73/plugin/yohtml.vim
$PATH/vim73/plugin/vimballPlugin.vim
$PATH/vim73/plugin/zipPlugin.vim
$PATH/vim73/ftplugin/c.vim
$PATH/vim73/indent/c.vim
$PATH/vim73/syntax/c.vim
$PATH/vim73/colors/torte.vim

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

Reply via email to