Re: Netrw shows directory structure wrong: always shows directory inside itself

2015-02-26 Fir de Conversatie Charles E Campbell
Yuri Vic wrote: These two situations are both correct. I think when people open a directory, they normally expect to see what is inside, like 'ls' would show. It doesn't matter how this is implemented, but the expected result is the list of what is inside, plus '..' item. I should mention

Re: Netrw shows directory structure wrong: always shows directory inside itself

2014-03-15 Fir de Conversatie Charles E Campbell
Yuri Vic wrote: Netrw shows the entry with the current directory name inside itself. For example: There are two directories /some/dir and /some/dir/other-dir Command 'cd /some/dir vim .' shows this: ../ dir/ | other-dir/ And command 'cd /some/dir/other-dir vim .' shows this: ../ other-dir/

Re: Netrw shows directory structure wrong: always shows directory inside itself

2014-03-15 Fir de Conversatie Yuri Vic
These two situations are both correct. I think when people open a directory, they normally expect to see what is inside, like 'ls' would show. It doesn't matter how this is implemented, but the expected result is the list of what is inside, plus '..' item. -- -- You received this message

Netrw shows directory structure wrong: always shows directory inside itself

2014-03-14 Fir de Conversatie Yuri Vic
Netrw shows the entry with the current directory name inside itself. For example: There are two directories /some/dir and /some/dir/other-dir Command 'cd /some/dir vim .' shows this: ../