Re: using vimrc

2006-06-23 Thread Benji Fisher
On Thu, Jun 22, 2006 at 12:47:08PM +0200, Jansen of Lorkeers, Richard wrote:
 Hello,
 
 I am a beginning user of vim and I just tried to create a .vimrc file. It is
 oke when I use 1 command but if I use two commands I get a error. Any one
 knows what the problem is. I can't find it in the documentation and neither
 in the example.
 
 Richard

 What vimrc file generates the error, and what is the error message?

 My first guess is that it may be a problem with line endings.  What
OS are you using, and what does

:set ff?

tell you while editing your vimrc file?  For more info,

:help 'ff'

HTH --Benji Fisher


Re: using vimrc

2006-06-22 Thread Yakov Lerner

On 6/22/06, Jansen of Lorkeers, Richard
[EMAIL PROTECTED] wrote:

Hello,

I am a beginning user of vim and I just tried to create a .vimrc file. It is
oke when I use 1 command but if I use two commands I get a error. Any one
knows what the problem is. I can't find it in the documentation and neither
in the example.


You need to include those 2 commands that cause error.

Yakov