Max Dyckhoff wrote:
From :help :E, it looks like it is the correct behaviour.

        :Explore[!]   [dir]... Explore directory of current file

If you want to explore an arbitrary directory, then just add the
directory that you :cd into to the :E command. I don't know of a command
to browse the current working directory, sorry!

Max

To browse the current directory (under Vim 7), use

        :edit ./

I suppose

        :Explore .

(with a dot at the end) would also work, including in earlier Vim versions where Explorer was a different plugin than netrw. The single dot means "the current directory".


Best regards,
Tony.

Reply via email to