Quoting Paul Irofti <[EMAIL PROTECTED]>:

> If I :cd to another directory and then :E to browse through I get the
> directory where the current buffer resides. Is this correct/wanted
> behavior? And if so why?

You might also want to consider setting g:netrw_keepdir=0 in your .vimrc.
By default g:netrw_keepdir is 1, which means that the current directory
is not necessarily the same as the browsing directory.  If you set it to
zero, then the current directory (that vim displays with :pwd) will be the
same as the browsing directory.

Regards,
Chip Campbell

Reply via email to