Hi j4ck,
On 15.01.2009, at 00:13, Hofer Michael wrote:
> Hi everybody, i'm new to mac vim, and i want to use it in terminal.
> that works, but the code highlighting, and colors doesn't work. i
> read the help, but there is only written how to add colors. could
> you help me plz?
Welcome :-)
You probably have to write
:syntax on
to enable syntax coloring. If that fixes the problem, you can put this
line in a file in your home directory called "_vimrc", then it will be
executed each time you start vim (omit the colon at the start when you
put the line into your _vimrc).
If your terminal has a dark background, you also want to do
:set background=dark
Nico
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---