Op dinsdag 5 juni 2007, schreef Reid Thompson:
> currently running vim 7.1.2 svn.
> In the past when invoking vim on a directory, it would open the
> directory and list the contents, my current build is not doing this. 
> It returns the message
>   "src" is a directory
> instead.  Can someone point me to what I've mis-configured?

You are probably running vim in 'compatible' mode.

Try
:set nocompatible

to disable this behaviour, or create a ~/.vimrc file (if this file even 
exists, vim defaults to nocompatible)

And maybe start vim as 'vim' instead of 'vi' helps too.


Regards,


Peter Palm

Reply via email to