On Thu, Jun 22, 2006 at 12:47:08PM +0200, Jansen of Lorkeers, Richard wrote:
> I am a beginning user of vim and I just tried to create a .vimrc file. It is
Welcome!
> oke when I use 1 command but if I use two commands I get a error. Any one
> knows what the problem is.
Hi Richard!
It would help very much pasting those two commands which don't work.

You can open your .vimrc in vim and type ":map <F3> :update <bar> source %<cr>"
than you can use the key <F3> to check wether vim still has problems
with your config file...
Try deleting the first and the second than you'll know which one causes
trouble.
You have either to put each command into a new line (recommended) or
separate them with | (the <bar> above will be translated into |. Use the
map command without the leading <cr> to see it)

Marc

Reply via email to